Html Css Color HEX #D9299B Deep Cerise

📋 copy color: '#D9299B'

red 217 ◦ green 41 ◦ blue 155

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

Shades of Deep Cerise #D9299B

Tints of Deep Cerise #D9299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 52.54%
G = 9.93%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9299B (or 0xD9299B) is known color: Deep Cerise. HEX triplet: D9, 29 and 9B. RGB value is (217,41,155). Sum of RGB (Red+Green+Blue) = 217+41+155=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9299B is #26D664. Grayscale: #6A6A6A. Windows color (decimal): -2545253 or 10168793. OLE color: 10168793.

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

Color convert

RGB 217 41 155 -
CMYK 0 0.81 0.29 0.15
HSL 321.14º 0.7% 0.51% -
HSV(B) 321.14º 0.81% 0.85% -
XYZ 35.32 18.7 32.76 -
YUV 106.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 217 41 155 0 0.81 0.29 0.15 321.14 0.7 0.51
Hex D9 29 9B 0 51 1D F 141 46 33
Octal 331 51 233 0 121 35 17 501 106 63
Binary 11011001 101001 10011011 0 1010001 11101 1111 101000001 1000110 110011

Color Harmonies of #D9299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9299B

Black with #D9299B

Text Example


Text Example

White with #D9299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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