Html Css Color HEX #D8216F Cerise

📋 copy color: '#D8216F'

red 216 ◦ green 33 ◦ blue 111

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

Shades of Cerise #D8216F

Tints of Cerise #D8216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 60%
G = 9.17%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8216F (or 0xD8216F) is known color: Cerise. HEX triplet: D8, 21 and 6F. RGB value is (216,33,111). Sum of RGB (Red+Green+Blue) = 216+33+111=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8216F is #27DE90. Grayscale: #606060. Windows color (decimal): -2612881 or 7283160. OLE color: 7283160.

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

Color convert

RGB 216 33 111 -
CMYK 0 0.85 0.49 0.15
HSL 334.43º 0.73% 0.49% -
HSV(B) 334.43º 0.85% 0.85% -
XYZ 31.73 16.83 16.62 -
YUV 96.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 216 33 111 0 0.85 0.49 0.15 334.43 0.73 0.49
Hex D8 21 6F 0 55 31 F 14E 49 31
Octal 330 41 157 0 125 61 17 516 111 61
Binary 11011000 100001 1101111 0 1010101 110001 1111 101001110 1001001 110001

Color Harmonies of #D8216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8216F

Black with #D8216F

Text Example


Text Example

White with #D8216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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