Html Css Color HEX #D8278C Deep Cerise

📋 copy color: '#D8278C'

red 216 ◦ green 39 ◦ blue 140

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

Shades of Deep Cerise #D8278C

Tints of Deep Cerise #D8278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 54.68%
G = 9.87%
B = 35.44%

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

#D8278C (or 0xD8278C) is known color: Deep Cerise. HEX triplet: D8, 27 and 8C. RGB value is (216,39,140). Sum of RGB (Red+Green+Blue) = 216+39+140=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8278C is #27D873. Grayscale: #676767. Windows color (decimal): -2611316 or 9185240. OLE color: 9185240.

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

Color convert

RGB 216 39 140 -
CMYK 0 0.82 0.35 0.15
HSL 325.76º 0.69% 0.5% -
HSV(B) 325.76º 0.82% 0.85% -
XYZ 33.78 17.94 26.49 -
YUV 103.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 216 39 140 0 0.82 0.35 0.15 325.76 0.69 0.5
Hex D8 27 8C 0 52 23 F 146 45 32
Octal 330 47 214 0 122 43 17 506 105 62
Binary 11011000 100111 10001100 0 1010010 100011 1111 101000110 1000101 110010

Color Harmonies of #D8278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8278C

Black with #D8278C

Text Example


Text Example

White with #D8278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8278C; }

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

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

background-color css

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

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

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

border-color css

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

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

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