Html Css Color HEX #D9296F Cerise

📋 copy color: '#D9296F'

red 217 ◦ green 41 ◦ blue 111

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

Shades of Cerise #D9296F

Tints of Cerise #D9296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 58.81%
G = 11.11%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9296F (or 0xD9296F) is known color: Cerise. HEX triplet: D9, 29 and 6F. RGB value is (217,41,111). Sum of RGB (Red+Green+Blue) = 217+41+111=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D9296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9296F is #26D690. Grayscale: #656565. Windows color (decimal): -2545297 or 7285209. OLE color: 7285209.

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

Color convert

RGB 217 41 111 -
CMYK 0 0.81 0.49 0.15
HSL 336.14º 0.7% 0.51% -
HSV(B) 336.14º 0.81% 0.85% -
XYZ 32.28 17.49 16.71 -
YUV 101.6 133.31 210.31 -
System Red Green Blue C M Y K H S L
Decimal 217 41 111 0 0.81 0.49 0.15 336.14 0.7 0.51
Hex D9 29 6F 0 51 31 F 150 46 33
Octal 331 51 157 0 121 61 17 520 106 63
Binary 11011001 101001 1101111 0 1010001 110001 1111 101010000 1000110 110011

Color Harmonies of #D9296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9296F

Black with #D9296F

Text Example


Text Example

White with #D9296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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