Html Css Color HEX #D9428B Deep Cerise

📋 copy color: '#D9428B'

red 217 ◦ green 66 ◦ blue 139

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

Shades of Deep Cerise #D9428B

Tints of Deep Cerise #D9428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 51.42%
G = 15.64%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9428B (or 0xD9428B) is known color: Deep Cerise. HEX triplet: D9, 42 and 8B. RGB value is (217,66,139). Sum of RGB (Red+Green+Blue) = 217+66+139=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9428B is #26BD74. Grayscale: #777777. Windows color (decimal): -2538869 or 9126617. OLE color: 9126617.

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

Color convert

RGB 217 66 139 -
CMYK 0 0.70 0.36 0.15
HSL 330.99º 0.67% 0.55% -
HSV(B) 330.99º 0.7% 0.85% -
XYZ 35.22 20.51 26.53 -
YUV 119.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 217 66 139 0 0.70 0.36 0.15 330.99 0.67 0.55
Hex D9 42 8B 0 46 24 F 14B 43 37
Octal 331 102 213 0 106 44 17 513 103 67
Binary 11011001 1000010 10001011 0 1000110 100100 1111 101001011 1000011 110111

Color Harmonies of #D9428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9428B

Black with #D9428B

Text Example


Text Example

White with #D9428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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