Html Css Color HEX #D94199 Deep Cerise

📋 copy color: '#D94199'

red 217 ◦ green 65 ◦ blue 153

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

Shades of Deep Cerise #D94199

Tints of Deep Cerise #D94199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.94%

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 49.89%
G = 14.94%
B = 35.17%

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

#D94199 (or 0xD94199) is known color: Deep Cerise. HEX triplet: D9, 41 and 99. RGB value is (217,65,153). Sum of RGB (Red+Green+Blue) = 217+65+153=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D94199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94199 is #26BE66. Grayscale: #787878. Windows color (decimal): -2539111 or 10043865. OLE color: 10043865.

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

Color convert

RGB 217 65 153 -
CMYK 0 0.70 0.29 0.15
HSL 325.26º 0.67% 0.55% -
HSV(B) 325.26º 0.7% 0.85% -
XYZ 36.26 20.83 32.25 -
YUV 120.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 217 65 153 0 0.70 0.29 0.15 325.26 0.67 0.55
Hex D9 41 99 0 46 1D F 145 43 37
Octal 331 101 231 0 106 35 17 505 103 67
Binary 11011001 1000001 10011001 0 1000110 11101 1111 101000101 1000011 110111

Color Harmonies of #D94199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94199

Black with #D94199

Text Example


Text Example

White with #D94199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94199; }

 p { color: rgb(217,65,153); }

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

background-color css

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

 a { background-color: rgb(217,65,153); }

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

border-color css

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

 span { border-color: rgb(217,65,153); }

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