Html Css Color HEX #D9296B Cerise

📋 copy color: '#D9296B'

red 217 ◦ green 41 ◦ blue 107

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

Shades of Cerise #D9296B

Tints of Cerise #D9296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 59.45%
G = 11.23%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9296B (or 0xD9296B) is known color: Cerise. HEX triplet: D9, 29 and 6B. RGB value is (217,41,107). Sum of RGB (Red+Green+Blue) = 217+41+107=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9296B is #26D694. Grayscale: #656565. Windows color (decimal): -2545301 or 7023065. OLE color: 7023065.

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

Color convert

RGB 217 41 107 -
CMYK 0 0.81 0.51 0.15
HSL 337.5º 0.7% 0.51% -
HSV(B) 337.5º 0.81% 0.85% -
XYZ 32.06 17.4 15.58 -
YUV 101.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 217 41 107 0 0.81 0.51 0.15 337.5 0.7 0.51
Hex D9 29 6B 0 51 33 F 152 46 33
Octal 331 51 153 0 121 63 17 522 106 63
Binary 11011001 101001 1101011 0 1010001 110011 1111 101010010 1000110 110011

Color Harmonies of #D9296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9296B

Black with #D9296B

Text Example


Text Example

White with #D9296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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