Html Css Color HEX #D8278D Deep Cerise

📋 copy color: '#D8278D'

red 216 ◦ green 39 ◦ blue 141

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

Shades of Deep Cerise #D8278D

Tints of Deep Cerise #D8278D

RGB

 RED value IS 216 (84.77% from 255) = 54.55%

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

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

R = 54.55%
G = 9.85%
B = 35.61%

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

#D8278D (or 0xD8278D) is known color: Deep Cerise. HEX triplet: D8, 27 and 8D. RGB value is (216,39,141). Sum of RGB (Red+Green+Blue) = 216+39+141=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8278D is #27D872. Grayscale: #676767. Windows color (decimal): -2611315 or 9250776. OLE color: 9250776.

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

Color convert

RGB 216 39 141 -
CMYK 0 0.82 0.35 0.15
HSL 325.42º 0.69% 0.5% -
HSV(B) 325.42º 0.82% 0.85% -
XYZ 33.85 17.97 26.88 -
YUV 103.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 216 39 141 0 0.82 0.35 0.15 325.42 0.69 0.5
Hex D8 27 8D 0 52 23 F 145 45 32
Octal 330 47 215 0 122 43 17 505 105 62
Binary 11011000 100111 10001101 0 1010010 100011 1111 101000101 1000101 110010

Color Harmonies of #D8278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8278D

Black with #D8278D

Text Example


Text Example

White with #D8278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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