Html Css Color HEX #D9428C Deep Cerise

📋 copy color: '#D9428C'

red 217 ◦ green 66 ◦ blue 140

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

Shades of Deep Cerise #D9428C

Tints of Deep Cerise #D9428C

RGB

 RED value IS 217 (85.16% from 255) = 51.3%

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

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

R = 51.3%
G = 15.6%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9428C (or 0xD9428C) is known color: Deep Cerise. HEX triplet: D9, 42 and 8C. RGB value is (217,66,140). Sum of RGB (Red+Green+Blue) = 217+66+140=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9428C is #26BD73. Grayscale: #777777. Windows color (decimal): -2538868 or 9192153. OLE color: 9192153.

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

Color convert

RGB 217 66 140 -
CMYK 0 0.70 0.35 0.15
HSL 330.6º 0.67% 0.55% -
HSV(B) 330.6º 0.7% 0.85% -
XYZ 35.3 20.54 26.92 -
YUV 119.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 217 66 140 0 0.70 0.35 0.15 330.6 0.67 0.55
Hex D9 42 8C 0 46 23 F 14B 43 37
Octal 331 102 214 0 106 43 17 513 103 67
Binary 11011001 1000010 10001100 0 1000110 100011 1111 101001011 1000011 110111

Color Harmonies of #D9428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9428C

Black with #D9428C

Text Example


Text Example

White with #D9428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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