Html Css Color HEX #D8428A Deep Cerise

📋 copy color: '#D8428A'

red 216 ◦ green 66 ◦ blue 138

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

Shades of Deep Cerise #D8428A

Tints of Deep Cerise #D8428A

RGB

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

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

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

R = 51.43%
G = 15.71%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8428A (or 0xD8428A) is known color: Deep Cerise. HEX triplet: D8, 42 and 8A. RGB value is (216,66,138). Sum of RGB (Red+Green+Blue) = 216+66+138=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8428A is #27BD75. Grayscale: #767676. Windows color (decimal): -2604406 or 9061080. OLE color: 9061080.

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

Color convert

RGB 216 66 138 -
CMYK 0 0.69 0.36 0.15
HSL 331.2º 0.66% 0.55% -
HSV(B) 331.2º 0.69% 0.85% -
XYZ 34.85 20.33 26.13 -
YUV 119.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 216 66 138 0 0.69 0.36 0.15 331.2 0.66 0.55
Hex D8 42 8A 0 45 24 F 14B 42 37
Octal 330 102 212 0 105 44 17 513 102 67
Binary 11011000 1000010 10001010 0 1000101 100100 1111 101001011 1000010 110111

Color Harmonies of #D8428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8428A

Black with #D8428A

Text Example


Text Example

White with #D8428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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