#CD267F

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

Shades of Deep Cerise #CD267F

Tints of Deep Cerise #CD267F

Color information

#CD267F (or 0xCD267F) is unknown color: approx Deep Cerise. HEX triplet: CD, 26 and 7F. RGB value is (205,38,127). Sum of RGB (Red+Green+Blue) = 205+38+127=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD267F is #32D980. Grayscale: #616161. Windows color (decimal): -3332481 or 8333005. OLE color: 8333005.

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

Color convert

RGB20538127-
CMYK00.810.380.20
HSL328.02º68.72%47.65%-
HSV(B)328.02º81.46%80.39%-
XYZ29.715.921.58-
YUV98.08144.33204.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.41%
GREEN value IS 38 (15.23% from 255) = 10.27%
BLUE value IS 127 (50% from 255) = 34.32%
R=55.41%
G=10.27%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053812700.810.380.20328.0268.7247.65
HexCD267F05126141484530
Octal315461770121462451010560
Binary11001101100110111111101010001100110101001010010001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD267F; }

 p { color: rgb(205,38,127); }

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

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

 a { background-color: rgb(205,38,127); }

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

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

 span { border-color: rgb(205,38,127); }

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