Html Css Color HEX #D9299D Deep Cerise

📋 copy color: '#D9299D'

red 217 ◦ green 41 ◦ blue 157

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

Shades of Deep Cerise #D9299D

Tints of Deep Cerise #D9299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.88%

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 52.29%
G = 9.88%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9299D (or 0xD9299D) is known color: Deep Cerise. HEX triplet: D9, 29 and 9D. RGB value is (217,41,157). Sum of RGB (Red+Green+Blue) = 217+41+157=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9299D is #26D662. Grayscale: #6A6A6A. Windows color (decimal): -2545251 or 10299865. OLE color: 10299865.

HSL color Cylindrical-coordinate representation of color #D9299D: hue angle of 320.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9299D is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 157 -
CMYK 0 0.81 0.28 0.15
HSL 320.45º 0.7% 0.51% -
HSV(B) 320.45º 0.81% 0.85% -
XYZ 35.49 18.77 33.65 -
YUV 106.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 217 41 157 0 0.81 0.28 0.15 320.45 0.7 0.51
Hex D9 29 9D 0 51 1C F 140 46 33
Octal 331 51 235 0 121 34 17 500 106 63
Binary 11011001 101001 10011101 0 1010001 11100 1111 101000000 1000110 110011

Color Harmonies of #D9299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9299D

Black with #D9299D

Text Example


Text Example

White with #D9299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9299D; }

 p { color: rgb(217,41,157); }

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

background-color css

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

 a { background-color: rgb(217,41,157); }

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

border-color css

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

 span { border-color: rgb(217,41,157); }

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