#D2388F

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

Shades of Deep Cerise #D2388F

Tints of Deep Cerise #D2388F

Color information

#D2388F (or 0xD2388F) is unknown color: approx Deep Cerise. HEX triplet: D2, 38 and 8F. RGB value is (210,56,143). Sum of RGB (Red+Green+Blue) = 210+56+143=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2388F is #2DC770. Grayscale: #6F6F6F. Windows color (decimal): -3000177 or 9386194. OLE color: 9386194.

HSL color Cylindrical-coordinate representation of color #D2388F: hue angle of 326.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2388F is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB21056143-
CMYK00.730.320.18
HSL326.1º63.11%52.16%-
HSV(B)326.1º73.33%82.35%-
XYZ32.9518.5127.82-
YUV111.96145.52197.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.34%
GREEN value IS 56 (22.27% from 255) = 13.69%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=51.34%
G=13.69%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105614300.730.320.18326.163.1152.16
HexD2388F04920121463f34
Octal32270217011140225067764
Binary11010010111000100011110100100110000010010101000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2388F; }

 p { color: rgb(210,56,143); }

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

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

 a { background-color: rgb(210,56,143); }

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

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

 span { border-color: rgb(210,56,143); }

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