Html Css Color HEX #D9278D Deep Cerise

📋 copy color: '#D9278D'

red 217 ◦ green 39 ◦ blue 141

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

Shades of Deep Cerise #D9278D

Tints of Deep Cerise #D9278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 54.66%
G = 9.82%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9278D (or 0xD9278D) is known color: Deep Cerise. HEX triplet: D9, 27 and 8D. RGB value is (217,39,141). Sum of RGB (Red+Green+Blue) = 217+39+141=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9278D is #26D872. Grayscale: #676767. Windows color (decimal): -2545779 or 9250777. OLE color: 9250777.

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

Color convert

RGB 217 39 141 -
CMYK 0 0.82 0.35 0.15
HSL 325.62º 0.7% 0.5% -
HSV(B) 325.62º 0.82% 0.85% -
XYZ 34.15 18.13 26.9 -
YUV 103.85 148.97 208.71 -
System Red Green Blue C M Y K H S L
Decimal 217 39 141 0 0.82 0.35 0.15 325.62 0.7 0.5
Hex D9 27 8D 0 52 23 F 146 46 32
Octal 331 47 215 0 122 43 17 506 106 62
Binary 11011001 100111 10001101 0 1010010 100011 1111 101000110 1000110 110010

Color Harmonies of #D9278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9278D

Black with #D9278D

Text Example


Text Example

White with #D9278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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