Html Css Color HEX #D9278A Deep Cerise

📋 copy color: '#D9278A'

red 217 ◦ green 39 ◦ blue 138

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

Shades of Deep Cerise #D9278A

Tints of Deep Cerise #D9278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 55.08%
G = 9.9%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9278A (or 0xD9278A) is known color: Deep Cerise. HEX triplet: D9, 27 and 8A. RGB value is (217,39,138). Sum of RGB (Red+Green+Blue) = 217+39+138=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9278A is #26D875. Grayscale: #676767. Windows color (decimal): -2545782 or 9054169. OLE color: 9054169.

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

Color convert

RGB 217 39 138 -
CMYK 0 0.82 0.36 0.15
HSL 326.63º 0.7% 0.5% -
HSV(B) 326.63º 0.82% 0.85% -
XYZ 33.93 18.04 25.74 -
YUV 103.51 147.47 208.95 -
System Red Green Blue C M Y K H S L
Decimal 217 39 138 0 0.82 0.36 0.15 326.63 0.7 0.5
Hex D9 27 8A 0 52 24 F 147 46 32
Octal 331 47 212 0 122 44 17 507 106 62
Binary 11011001 100111 10001010 0 1010010 100100 1111 101000111 1000110 110010

Color Harmonies of #D9278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9278A

Black with #D9278A

Text Example


Text Example

White with #D9278A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9278A; }

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

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

background-color css

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

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

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

border-color css

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

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

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