Html Css Color HEX #D8428E Deep Cerise

📋 copy color: '#D8428E'

red 216 ◦ green 66 ◦ blue 142

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

Shades of Deep Cerise #D8428E

Tints of Deep Cerise #D8428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 50.94%
G = 15.57%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8428E (or 0xD8428E) is known color: Deep Cerise. HEX triplet: D8, 42 and 8E. RGB value is (216,66,142). Sum of RGB (Red+Green+Blue) = 216+66+142=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8428E is #27BD71. Grayscale: #777777. Windows color (decimal): -2604402 or 9323224. OLE color: 9323224.

HSL color Cylindrical-coordinate representation of color #D8428E: hue angle of 329.6º 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 #D8428E is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 142 -
CMYK 0 0.69 0.34 0.15
HSL 329.6º 0.66% 0.55% -
HSV(B) 329.6º 0.69% 0.85% -
XYZ 35.15 20.45 27.69 -
YUV 119.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 216 66 142 0 0.69 0.34 0.15 329.6 0.66 0.55
Hex D8 42 8E 0 45 22 F 14A 42 37
Octal 330 102 216 0 105 42 17 512 102 67
Binary 11011000 1000010 10001110 0 1000101 100010 1111 101001010 1000010 110111

Color Harmonies of #D8428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8428E

Black with #D8428E

Text Example


Text Example

White with #D8428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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