#D2267F

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

Shades of Deep Cerise #D2267F

Tints of Deep Cerise #D2267F

Color information

#D2267F (or 0xD2267F) is unknown color: approx Deep Cerise. HEX triplet: D2, 26 and 7F. RGB value is (210,38,127). Sum of RGB (Red+Green+Blue) = 210+38+127=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2267F is #2DD980. Grayscale: #636363. Windows color (decimal): -3004801 or 8333010. OLE color: 8333010.

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

Color convert

RGB21038127-
CMYK00.820.400.18
HSL328.95º69.35%48.63%-
HSV(B)328.95º81.9%82.35%-
XYZ31.116.6221.65-
YUV99.57143.48206.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56%
GREEN value IS 38 (15.23% from 255) = 10.13%
BLUE value IS 127 (50% from 255) = 33.87%
R=56%
G=10.13%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103812700.820.400.18328.9569.3548.63
HexD2267F05228121494531
Octal322461770122502251110561
Binary11010010100110111111101010010101000100101010010011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2267F; }

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

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

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

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

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

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

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

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