Html Css Color HEX #D9296E Cerise

📋 copy color: '#D9296E'

red 217 ◦ green 41 ◦ blue 110

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

Shades of Cerise #D9296E

Tints of Cerise #D9296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 58.97%
G = 11.14%
B = 29.89%

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

#D9296E (or 0xD9296E) is known color: Cerise. HEX triplet: D9, 29 and 6E. RGB value is (217,41,110). Sum of RGB (Red+Green+Blue) = 217+41+110=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D9296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9296E is #26D691. Grayscale: #656565. Windows color (decimal): -2545298 or 7219673. OLE color: 7219673.

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

Color convert

RGB 217 41 110 -
CMYK 0 0.81 0.49 0.15
HSL 336.48º 0.7% 0.51% -
HSV(B) 336.48º 0.81% 0.85% -
XYZ 32.22 17.46 16.42 -
YUV 101.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 217 41 110 0 0.81 0.49 0.15 336.48 0.7 0.51
Hex D9 29 6E 0 51 31 F 150 46 33
Octal 331 51 156 0 121 61 17 520 106 63
Binary 11011001 101001 1101110 0 1010001 110001 1111 101010000 1000110 110011

Color Harmonies of #D9296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9296E

Black with #D9296E

Text Example


Text Example

White with #D9296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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