Html Css Color HEX #D8218F Deep Cerise

📋 copy color: '#D8218F'

red 216 ◦ green 33 ◦ blue 143

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

Shades of Deep Cerise #D8218F

Tints of Deep Cerise #D8218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.42%

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

R = 55.1%
G = 8.42%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8218F (or 0xD8218F) is known color: Deep Cerise. HEX triplet: D8, 21 and 8F. RGB value is (216,33,143). Sum of RGB (Red+Green+Blue) = 216+33+143=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8218F is #27DE70. Grayscale: #646464. Windows color (decimal): -2612849 or 9380312. OLE color: 9380312.

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

Color convert

RGB 216 33 143 -
CMYK 0 0.85 0.34 0.15
HSL 323.93º 0.73% 0.49% -
HSV(B) 323.93º 0.85% 0.85% -
XYZ 33.82 17.67 27.61 -
YUV 100.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 216 33 143 0 0.85 0.34 0.15 323.93 0.73 0.49
Hex D8 21 8F 0 55 22 F 144 49 31
Octal 330 41 217 0 125 42 17 504 111 61
Binary 11011000 100001 10001111 0 1010101 100010 1111 101000100 1001001 110001

Color Harmonies of #D8218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8218F

Black with #D8218F

Text Example


Text Example

White with #D8218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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