Html Css Color HEX #D9277C Deep Cerise

📋 copy color: '#D9277C'

red 217 ◦ green 39 ◦ blue 124

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

Shades of Deep Cerise #D9277C

Tints of Deep Cerise #D9277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 57.11%
G = 10.26%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9277C (or 0xD9277C) is known color: Deep Cerise. HEX triplet: D9, 27 and 7C. RGB value is (217,39,124). Sum of RGB (Red+Green+Blue) = 217+39+124=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9277C is #26D883. Grayscale: #656565. Windows color (decimal): -2545796 or 8136665. OLE color: 8136665.

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

Color convert

RGB 217 39 124 -
CMYK 0 0.82 0.43 0.15
HSL 331.35º 0.7% 0.5% -
HSV(B) 331.35º 0.82% 0.85% -
XYZ 32.98 17.66 20.74 -
YUV 101.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 217 39 124 0 0.82 0.43 0.15 331.35 0.7 0.5
Hex D9 27 7C 0 52 2B F 14B 46 32
Octal 331 47 174 0 122 53 17 513 106 62
Binary 11011001 100111 1111100 0 1010010 101011 1111 101001011 1000110 110010

Color Harmonies of #D9277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9277C

Black with #D9277C

Text Example


Text Example

White with #D9277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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