Html Css Color HEX #D2408A Deep Cerise

📋 copy color: '#D2408A'

red 210 ◦ green 64 ◦ blue 138

#D2408A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D2408A

Tints of Deep Cerise #D2408A

RGB

 RED value IS 210 (82.42% from 255) = 50.97%

 GREEN value IS 64 (25.39% from 255) = 15.53%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 50.97%
G = 15.53%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2408A (or 0xD2408A) is known color: Deep Cerise. HEX triplet: D2, 40 and 8A. RGB value is (210,64,138). Sum of RGB (Red+Green+Blue) = 210+64+138=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2408A is #2DBF75. Grayscale: #737373. Windows color (decimal): -2998134 or 9060562. OLE color: 9060562.

HSL color Cylindrical-coordinate representation of color #D2408A: hue angle of 329.59º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2408A is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 138 -
CMYK 0 0.70 0.34 0.18
HSL 329.59º 0.62% 0.54% -
HSV(B) 329.59º 0.7% 0.82% -
XYZ 33 19.2 26.01 -
YUV 116.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 210 64 138 0 0.70 0.34 0.18 329.59 0.62 0.54
Hex D2 40 8A 0 46 22 12 14A 3E 36
Octal 322 100 212 0 106 42 22 512 76 66
Binary 11010010 1000000 10001010 0 1000110 100010 10010 101001010 111110 110110

Color Harmonies of #D2408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2408A

Black with #D2408A

Text Example


Text Example

White with #D2408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2408A; }

 p { color: rgb(210,64,138); }

 H1.HeaderClassName
 {
   color: #D2408A;
 }
 .AnyTagClassName
 {
   color: #D2408A;
 }
</style>

background-color css

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

 a { background-color: rgb(210,64,138); }

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

border-color css

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

 span { border-color: rgb(210,64,138); }

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