Html Css Color HEX #D9429A Deep Cerise

📋 copy color: '#D9429A'

red 217 ◦ green 66 ◦ blue 154

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

Shades of Deep Cerise #D9429A

Tints of Deep Cerise #D9429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 49.66%
G = 15.1%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9429A (or 0xD9429A) is known color: Deep Cerise. HEX triplet: D9, 42 and 9A. RGB value is (217,66,154). Sum of RGB (Red+Green+Blue) = 217+66+154=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9429A is #26BD65. Grayscale: #787878. Windows color (decimal): -2538854 or 10109657. OLE color: 10109657.

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

Color convert

RGB 217 66 154 -
CMYK 0 0.70 0.29 0.15
HSL 325.03º 0.67% 0.55% -
HSV(B) 325.03º 0.7% 0.85% -
XYZ 36.4 20.98 32.7 -
YUV 121.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 217 66 154 0 0.70 0.29 0.15 325.03 0.67 0.55
Hex D9 42 9A 0 46 1D F 145 43 37
Octal 331 102 232 0 106 35 17 505 103 67
Binary 11011001 1000010 10011010 0 1000110 11101 1111 101000101 1000011 110111

Color Harmonies of #D9429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9429A

Black with #D9429A

Text Example


Text Example

White with #D9429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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