Html Css Color HEX #D9299A Deep Cerise

📋 copy color: '#D9299A'

red 217 ◦ green 41 ◦ blue 154

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

Shades of Deep Cerise #D9299A

Tints of Deep Cerise #D9299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 52.67%
G = 9.95%
B = 37.38%

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

#D9299A (or 0xD9299A) is known color: Deep Cerise. HEX triplet: D9, 29 and 9A. RGB value is (217,41,154). Sum of RGB (Red+Green+Blue) = 217+41+154=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9299A is #26D665. Grayscale: #6A6A6A. Windows color (decimal): -2545254 or 10103257. OLE color: 10103257.

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

Color convert

RGB 217 41 154 -
CMYK 0 0.81 0.29 0.15
HSL 321.48º 0.7% 0.51% -
HSV(B) 321.48º 0.81% 0.85% -
XYZ 35.24 18.67 32.32 -
YUV 106.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 217 41 154 0 0.81 0.29 0.15 321.48 0.7 0.51
Hex D9 29 9A 0 51 1D F 141 46 33
Octal 331 51 232 0 121 35 17 501 106 63
Binary 11011001 101001 10011010 0 1010001 11101 1111 101000001 1000110 110011

Color Harmonies of #D9299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9299A

Black with #D9299A

Text Example


Text Example

White with #D9299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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