Html Css Color HEX #D8219B Deep Cerise

📋 copy color: '#D8219B'

red 216 ◦ green 33 ◦ blue 155

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

Shades of Deep Cerise #D8219B

Tints of Deep Cerise #D8219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 53.47%
G = 8.17%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8219B (or 0xD8219B) is known color: Deep Cerise. HEX triplet: D8, 21 and 9B. RGB value is (216,33,155). Sum of RGB (Red+Green+Blue) = 216+33+155=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8219B is #27DE64. Grayscale: #656565. Windows color (decimal): -2612837 or 10166744. OLE color: 10166744.

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

Color convert

RGB 216 33 155 -
CMYK 0 0.85 0.28 0.15
HSL 320º 0.73% 0.49% -
HSV(B) 320º 0.85% 0.85% -
XYZ 34.78 18.05 32.66 -
YUV 101.63 158.13 209.58 -
System Red Green Blue C M Y K H S L
Decimal 216 33 155 0 0.85 0.28 0.15 320 0.73 0.49
Hex D8 21 9B 0 55 1C F 140 49 31
Octal 330 41 233 0 125 34 17 500 111 61
Binary 11011000 100001 10011011 0 1010101 11100 1111 101000000 1001001 110001

Color Harmonies of #D8219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8219B

Black with #D8219B

Text Example


Text Example

White with #D8219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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