Html Css Color HEX #D94391 Deep Cerise

📋 copy color: '#D94391'

red 217 ◦ green 67 ◦ blue 145

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

Shades of Deep Cerise #D94391

Tints of Deep Cerise #D94391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.62%

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

R = 50.58%
G = 15.62%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D94391 (or 0xD94391) is known color: Deep Cerise. HEX triplet: D9, 43 and 91. RGB value is (217,67,145). Sum of RGB (Red+Green+Blue) = 217+67+145=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D94391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94391 is #26BC6E. Grayscale: #787878. Windows color (decimal): -2538607 or 9520089. OLE color: 9520089.

HSL color Cylindrical-coordinate representation of color #D94391: hue angle of 328.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94391 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 145 -
CMYK 0 0.69 0.33 0.15
HSL 328.8º 0.66% 0.56% -
HSV(B) 328.8º 0.69% 0.85% -
XYZ 35.73 20.81 28.92 -
YUV 120.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 217 67 145 0 0.69 0.33 0.15 328.8 0.66 0.56
Hex D9 43 91 0 45 21 F 149 42 38
Octal 331 103 221 0 105 41 17 511 102 70
Binary 11011001 1000011 10010001 0 1000101 100001 1111 101001001 1000010 111000

Color Harmonies of #D94391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94391

Black with #D94391

Text Example


Text Example

White with #D94391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94391; }

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

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

background-color css

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

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

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

border-color css

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

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

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