#CD3D79

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

Shades of Deep Cerise #CD3D79

Tints of Deep Cerise #CD3D79

Color information

#CD3D79 (or 0xCD3D79) is unknown color: approx Deep Cerise. HEX triplet: CD, 3D and 79. RGB value is (205,61,121). Sum of RGB (Red+Green+Blue) = 205+61+121=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3D79 is #32C286. Grayscale: #6E6E6E. Windows color (decimal): -3326599 or 7945677. OLE color: 7945677.

HSL color Cylindrical-coordinate representation of color #CD3D79: hue angle of 335º 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 #CD3D79 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB20561121-
CMYK00.700.410.20
HSL335º59.02%52.16%-
HSV(B)335º70.24%80.39%-
XYZ30.317.719.91-
YUV110.9133.71195.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=52.97%
G=15.76%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056112100.700.410.2033559.0252.16
HexCD3D79046291414f3b34
Octal31575171010651245177364
Binary1100110111110111110010100011010100110100101001111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3D79; }

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

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

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

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

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

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

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

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