Html Css Color HEX #D9276B Cerise

📋 copy color: '#D9276B'

red 217 ◦ green 39 ◦ blue 107

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

Shades of Cerise #D9276B

Tints of Cerise #D9276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

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

R = 59.78%
G = 10.74%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9276B (or 0xD9276B) is known color: Cerise. HEX triplet: D9, 27 and 6B. RGB value is (217,39,107). Sum of RGB (Red+Green+Blue) = 217+39+107=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9276B is #26D894. Grayscale: #636363. Windows color (decimal): -2545813 or 7022553. OLE color: 7022553.

HSL color Cylindrical-coordinate representation of color #D9276B: hue angle of 337.08º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9276B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 39 107 -
CMYK 0 0.82 0.51 0.15
HSL 337.08º 0.7% 0.5% -
HSV(B) 337.08º 0.82% 0.85% -
XYZ 31.99 17.26 15.56 -
YUV 99.97 131.97 211.47 -
System Red Green Blue C M Y K H S L
Decimal 217 39 107 0 0.82 0.51 0.15 337.08 0.7 0.5
Hex D9 27 6B 0 52 33 F 151 46 32
Octal 331 47 153 0 122 63 17 521 106 62
Binary 11011001 100111 1101011 0 1010010 110011 1111 101010001 1000110 110010

Color Harmonies of #D9276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9276B

Black with #D9276B

Text Example


Text Example

White with #D9276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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