Html Css Color HEX #D8216B Cerise

📋 copy color: '#D8216B'

red 216 ◦ green 33 ◦ blue 107

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

Shades of Cerise #D8216B

Tints of Cerise #D8216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 60.67%
G = 9.27%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8216B (or 0xD8216B) is known color: Cerise. HEX triplet: D8, 21 and 6B. RGB value is (216,33,107). Sum of RGB (Red+Green+Blue) = 216+33+107=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8216B is #27DE94. Grayscale: #606060. Windows color (decimal): -2612885 or 7021016. OLE color: 7021016.

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

Color convert

RGB 216 33 107 -
CMYK 0 0.85 0.50 0.15
HSL 335.74º 0.73% 0.49% -
HSV(B) 335.74º 0.85% 0.85% -
XYZ 31.52 16.75 15.48 -
YUV 96.15 134.13 213.48 -
System Red Green Blue C M Y K H S L
Decimal 216 33 107 0 0.85 0.50 0.15 335.74 0.73 0.49
Hex D8 21 6B 0 55 32 F 150 49 31
Octal 330 41 153 0 125 62 17 520 111 61
Binary 11011000 100001 1101011 0 1010101 110010 1111 101010000 1001001 110001

Color Harmonies of #D8216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8216B

Black with #D8216B

Text Example


Text Example

White with #D8216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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