Html Css Color HEX #D9299C Deep Cerise

📋 copy color: '#D9299C'

red 217 ◦ green 41 ◦ blue 156

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

Shades of Deep Cerise #D9299C

Tints of Deep Cerise #D9299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 52.42%
G = 9.9%
B = 37.68%

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

#D9299C (or 0xD9299C) is known color: Deep Cerise. HEX triplet: D9, 29 and 9C. RGB value is (217,41,156). Sum of RGB (Red+Green+Blue) = 217+41+156=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9299C is #26D663. Grayscale: #6A6A6A. Windows color (decimal): -2545252 or 10234329. OLE color: 10234329.

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

Color convert

RGB 217 41 156 -
CMYK 0 0.81 0.28 0.15
HSL 320.8º 0.7% 0.51% -
HSV(B) 320.8º 0.81% 0.85% -
XYZ 35.41 18.74 33.2 -
YUV 106.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 217 41 156 0 0.81 0.28 0.15 320.8 0.7 0.51
Hex D9 29 9C 0 51 1C F 141 46 33
Octal 331 51 234 0 121 34 17 501 106 63
Binary 11011001 101001 10011100 0 1010001 11100 1111 101000001 1000110 110011

Color Harmonies of #D9299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9299C

Black with #D9299C

Text Example


Text Example

White with #D9299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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