Html Css Color HEX #D8288F Deep Cerise

📋 copy color: '#D8288F'

red 216 ◦ green 40 ◦ blue 143

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

Shades of Deep Cerise #D8288F

Tints of Deep Cerise #D8288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.03%

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 54.14%
G = 10.03%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8288F (or 0xD8288F) is known color: Deep Cerise. HEX triplet: D8, 28 and 8F. RGB value is (216,40,143). Sum of RGB (Red+Green+Blue) = 216+40+143=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8288F is #27D770. Grayscale: #686868. Windows color (decimal): -2611057 or 9382104. OLE color: 9382104.

HSL color Cylindrical-coordinate representation of color #D8288F: hue angle of 324.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8288F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 40 143 -
CMYK 0 0.81 0.34 0.15
HSL 324.89º 0.69% 0.5% -
HSV(B) 324.89º 0.81% 0.85% -
XYZ 34.04 18.1 27.69 -
YUV 104.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 216 40 143 0 0.81 0.34 0.15 324.89 0.69 0.5
Hex D8 28 8F 0 51 22 F 145 45 32
Octal 330 50 217 0 121 42 17 505 105 62
Binary 11011000 101000 10001111 0 1010001 100010 1111 101000101 1000101 110010

Color Harmonies of #D8288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8288F

Black with #D8288F

Text Example


Text Example

White with #D8288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8288F; }

 p { color: rgb(216,40,143); }

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

background-color css

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

 a { background-color: rgb(216,40,143); }

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

border-color css

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

 span { border-color: rgb(216,40,143); }

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