#D2338D

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

Shades of Deep Cerise #D2338D

Tints of Deep Cerise #D2338D

Color information

#D2338D (or 0xD2338D) is unknown color: approx Deep Cerise. HEX triplet: D2, 33 and 8D. RGB value is (210,51,141). Sum of RGB (Red+Green+Blue) = 210+51+141=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2338D is #2DCC72. Grayscale: #6C6C6C. Windows color (decimal): -3001459 or 9253842. OLE color: 9253842.

HSL color Cylindrical-coordinate representation of color #D2338D: hue angle of 326.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2338D is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB21051141-
CMYK00.760.330.18
HSL326.04º63.86%51.18%-
HSV(B)326.04º75.71%82.35%-
XYZ32.5717.9926.96-
YUV108.8146.18200.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.24%
GREEN value IS 51 (20.31% from 255) = 12.69%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=52.24%
G=12.69%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105114100.760.330.18326.0463.8651.18
HexD2338D04C21121464033
Octal322632150114412250610063
Binary110100101100111000110101001100100001100101010001101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2338D; }

 p { color: rgb(210,51,141); }

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

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

 a { background-color: rgb(210,51,141); }

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

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

 span { border-color: rgb(210,51,141); }

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