#CD257A

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

Shades of Deep Cerise #CD257A

Tints of Deep Cerise #CD257A

Color information

#CD257A (or 0xCD257A) is unknown color: approx Deep Cerise. HEX triplet: CD, 25 and 7A. RGB value is (205,37,122). Sum of RGB (Red+Green+Blue) = 205+37+122=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD257A is #32DA85. Grayscale: #606060. Windows color (decimal): -3332742 or 8005069. OLE color: 8005069.

HSL color Cylindrical-coordinate representation of color #CD257A: hue angle of 329.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD257A is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB20537122-
CMYK00.820.400.20
HSL329.64º69.42%47.45%-
HSV(B)329.64º81.95%80.39%-
XYZ29.3515.7119.9-
YUV96.92142.16205.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.32%
GREEN value IS 37 (14.84% from 255) = 10.16%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=56.32%
G=10.16%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053712200.820.400.20329.6469.4247.45
HexCD257A052281414a452f
Octal315451720122502451210557
Binary11001101100101111101001010010101000101001010010101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD257A; }

 p { color: rgb(205,37,122); }

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

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

 a { background-color: rgb(205,37,122); }

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

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

 span { border-color: rgb(205,37,122); }

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