Html Css Color HEX #D94490 Deep Cerise

📋 copy color: '#D94490'

red 217 ◦ green 68 ◦ blue 144

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

Shades of Deep Cerise #D94490

Tints of Deep Cerise #D94490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.85%

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 50.58%
G = 15.85%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D94490 (or 0xD94490) is known color: Deep Cerise. HEX triplet: D9, 44 and 90. RGB value is (217,68,144). Sum of RGB (Red+Green+Blue) = 217+68+144=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D94490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94490 is #26BB6F. Grayscale: #797979. Windows color (decimal): -2538352 or 9454809. OLE color: 9454809.

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

Color convert

RGB 217 68 144 -
CMYK 0 0.69 0.34 0.15
HSL 329.4º 0.66% 0.56% -
HSV(B) 329.4º 0.69% 0.85% -
XYZ 35.72 20.9 28.54 -
YUV 121.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 217 68 144 0 0.69 0.34 0.15 329.4 0.66 0.56
Hex D9 44 90 0 45 22 F 149 42 38
Octal 331 104 220 0 105 42 17 511 102 70
Binary 11011001 1000100 10010000 0 1000101 100010 1111 101001001 1000010 111000

Color Harmonies of #D94490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94490

Black with #D94490

Text Example


Text Example

White with #D94490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94490; }

 p { color: rgb(217,68,144); }

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

background-color css

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

 a { background-color: rgb(217,68,144); }

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

border-color css

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

 span { border-color: rgb(217,68,144); }

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