Html Css Color HEX #D9277E Deep Cerise

📋 copy color: '#D9277E'

red 217 ◦ green 39 ◦ blue 126

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

Shades of Deep Cerise #D9277E

Tints of Deep Cerise #D9277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 56.81%
G = 10.21%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9277E (or 0xD9277E) is known color: Deep Cerise. HEX triplet: D9, 27 and 7E. RGB value is (217,39,126). Sum of RGB (Red+Green+Blue) = 217+39+126=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9277E is #26D881. Grayscale: #656565. Windows color (decimal): -2545794 or 8267737. OLE color: 8267737.

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

Color convert

RGB 217 39 126 -
CMYK 0 0.82 0.42 0.15
HSL 330.67º 0.7% 0.5% -
HSV(B) 330.67º 0.82% 0.85% -
XYZ 33.11 17.71 21.41 -
YUV 102.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 217 39 126 0 0.82 0.42 0.15 330.67 0.7 0.5
Hex D9 27 7E 0 52 2A F 14B 46 32
Octal 331 47 176 0 122 52 17 513 106 62
Binary 11011001 100111 1111110 0 1010010 101010 1111 101001011 1000110 110010

Color Harmonies of #D9277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9277E

Black with #D9277E

Text Example


Text Example

White with #D9277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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