Html Css Color HEX #D94291 Deep Cerise

📋 copy color: '#D94291'

red 217 ◦ green 66 ◦ blue 145

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

Shades of Deep Cerise #D94291

Tints of Deep Cerise #D94291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 50.7%
G = 15.42%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D94291 (or 0xD94291) is known color: Deep Cerise. HEX triplet: D9, 42 and 91. RGB value is (217,66,145). Sum of RGB (Red+Green+Blue) = 217+66+145=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D94291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94291 is #26BD6E. Grayscale: #777777. Windows color (decimal): -2538863 or 9519833. OLE color: 9519833.

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

Color convert

RGB 217 66 145 -
CMYK 0 0.70 0.33 0.15
HSL 328.61º 0.67% 0.55% -
HSV(B) 328.61º 0.7% 0.85% -
XYZ 35.67 20.69 28.9 -
YUV 120.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 217 66 145 0 0.70 0.33 0.15 328.61 0.67 0.55
Hex D9 42 91 0 46 21 F 149 43 37
Octal 331 102 221 0 106 41 17 511 103 67
Binary 11011001 1000010 10010001 0 1000110 100001 1111 101001001 1000011 110111

Color Harmonies of #D94291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94291

Black with #D94291

Text Example


Text Example

White with #D94291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94291; }

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

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

background-color css

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

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

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

border-color css

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

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

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