#CD3D6A

Color #CD3D6A Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #CD3D6A

Tints of Cerise #CD3D6A

Color information

#CD3D6A (or 0xCD3D6A) is unknown color: approx Cerise. HEX triplet: CD, 3D and 6A. RGB value is (205,61,106). Sum of RGB (Red+Green+Blue) = 205+61+106=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3D6A is #32C295. Grayscale: #6D6D6D. Windows color (decimal): -3326614 or 6962637. OLE color: 6962637.

HSL color Cylindrical-coordinate representation of color #CD3D6A: hue angle of 341.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3D6A is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20561106-
CMYK00.700.480.20
HSL341.25º59.02%52.16%-
HSV(B)341.25º70.24%80.39%-
XYZ29.4517.3615.43-
YUV109.19126.21196.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 55.11%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=55.11%
G=16.40%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056110600.700.480.20341.2559.0252.16
HexCD3D6A04630141553b34
Octal31575152010660245257364
Binary1100110111110111010100100011011000010100101010101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3D6A; }

 p { color: rgb(205,61,106); }

 H1.HeaderClassName
 {
   color: #CD3D6A;
 }
 .AnyTagClassName
 {
   color: #CD3D6A;
 }
</style>
background-color css

<style>
 a { background-color: #CD3D6A; }

 a { background-color: rgb(205,61,106); }

 div.DivClassName
 {
   background-color: #CD3D6A;
 }
 .BgClassName
 {
   background-color: #CD3D6A;
 }
</style>
border-color css

<style>
 span { border-color: #CD3D6A; }

 span { border-color: rgb(205,61,106); }

 td.TdClassName
 {
   border-color: #CD3D6A;
 }
 .TagClassName
 {
   border-color: #CD3D6A;
 }
</style>