Html Css Color HEX #D9296C Cerise

📋 copy color: '#D9296C'

red 217 ◦ green 41 ◦ blue 108

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

Shades of Cerise #D9296C

Tints of Cerise #D9296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 59.29%
G = 11.2%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9296C (or 0xD9296C) is known color: Cerise. HEX triplet: D9, 29 and 6C. RGB value is (217,41,108). Sum of RGB (Red+Green+Blue) = 217+41+108=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9296C is #26D693. Grayscale: #656565. Windows color (decimal): -2545300 or 7088601. OLE color: 7088601.

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

Color convert

RGB 217 41 108 -
CMYK 0 0.81 0.50 0.15
HSL 337.16º 0.7% 0.51% -
HSV(B) 337.16º 0.81% 0.85% -
XYZ 32.11 17.42 15.86 -
YUV 101.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 217 41 108 0 0.81 0.50 0.15 337.16 0.7 0.51
Hex D9 29 6C 0 51 32 F 151 46 33
Octal 331 51 154 0 121 62 17 521 106 63
Binary 11011001 101001 1101100 0 1010001 110010 1111 101010001 1000110 110011

Color Harmonies of #D9296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9296C

Black with #D9296C

Text Example


Text Example

White with #D9296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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