Html Css Color HEX #D8278E Deep Cerise

📋 copy color: '#D8278E'

red 216 ◦ green 39 ◦ blue 142

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

Shades of Deep Cerise #D8278E

Tints of Deep Cerise #D8278E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 54.41%
G = 9.82%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8278E (or 0xD8278E) is known color: Deep Cerise. HEX triplet: D8, 27 and 8E. RGB value is (216,39,142). Sum of RGB (Red+Green+Blue) = 216+39+142=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8278E is #27D871. Grayscale: #676767. Windows color (decimal): -2611314 or 9316312. OLE color: 9316312.

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

Color convert

RGB 216 39 142 -
CMYK 0 0.82 0.34 0.15
HSL 325.08º 0.69% 0.5% -
HSV(B) 325.08º 0.82% 0.85% -
XYZ 33.93 18 27.28 -
YUV 103.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 216 39 142 0 0.82 0.34 0.15 325.08 0.69 0.5
Hex D8 27 8E 0 52 22 F 145 45 32
Octal 330 47 216 0 122 42 17 505 105 62
Binary 11011000 100111 10001110 0 1010010 100010 1111 101000101 1000101 110010

Color Harmonies of #D8278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8278E

Black with #D8278E

Text Example


Text Example

White with #D8278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8278E; }

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

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

background-color css

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

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

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

border-color css

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

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

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