Html Css Color HEX #D8428C Deep Cerise

📋 copy color: '#D8428C'

red 216 ◦ green 66 ◦ blue 140

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

Shades of Deep Cerise #D8428C

Tints of Deep Cerise #D8428C

RGB

 RED value IS 216 (84.77% from 255) = 51.18%

 GREEN value IS 66 (26.17% from 255) = 15.64%

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 51.18%
G = 15.64%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8428C (or 0xD8428C) is known color: Deep Cerise. HEX triplet: D8, 42 and 8C. RGB value is (216,66,140). Sum of RGB (Red+Green+Blue) = 216+66+140=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8428C is #27BD73. Grayscale: #777777. Windows color (decimal): -2604404 or 9192152. OLE color: 9192152.

HSL color Cylindrical-coordinate representation of color #D8428C: hue angle of 330.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8428C is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 140 -
CMYK 0 0.69 0.35 0.15
HSL 330.4º 0.66% 0.55% -
HSV(B) 330.4º 0.69% 0.85% -
XYZ 35 20.39 26.9 -
YUV 119.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 216 66 140 0 0.69 0.35 0.15 330.4 0.66 0.55
Hex D8 42 8C 0 45 23 F 14A 42 37
Octal 330 102 214 0 105 43 17 512 102 67
Binary 11011000 1000010 10001100 0 1000101 100011 1111 101001010 1000010 110111

Color Harmonies of #D8428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8428C

Black with #D8428C

Text Example


Text Example

White with #D8428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8428C; }

 p { color: rgb(216,66,140); }

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

background-color css

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

 a { background-color: rgb(216,66,140); }

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

border-color css

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

 span { border-color: rgb(216,66,140); }

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