Html Css Color HEX #D9218D Deep Cerise

📋 copy color: '#D9218D'

red 217 ◦ green 33 ◦ blue 141

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

Shades of Deep Cerise #D9218D

Tints of Deep Cerise #D9218D

RGB

 RED value IS 217 (85.16% from 255) = 55.5%

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 55.5%
G = 8.44%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9218D (or 0xD9218D) is known color: Deep Cerise. HEX triplet: D9, 21 and 8D. RGB value is (217,33,141). Sum of RGB (Red+Green+Blue) = 217+33+141=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9218D is #26DE72. Grayscale: #646464. Windows color (decimal): -2547315 or 9249241. OLE color: 9249241.

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

Color convert

RGB 217 33 141 -
CMYK 0 0.85 0.35 0.15
HSL 324.78º 0.74% 0.49% -
HSV(B) 324.78º 0.85% 0.85% -
XYZ 33.97 17.76 26.84 -
YUV 100.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 217 33 141 0 0.85 0.35 0.15 324.78 0.74 0.49
Hex D9 21 8D 0 55 23 F 145 4A 31
Octal 331 41 215 0 125 43 17 505 112 61
Binary 11011001 100001 10001101 0 1010101 100011 1111 101000101 1001010 110001

Color Harmonies of #D9218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9218D

Black with #D9218D

Text Example


Text Example

White with #D9218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9218D; }

 p { color: rgb(217,33,141); }

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

background-color css

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

 a { background-color: rgb(217,33,141); }

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

border-color css

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

 span { border-color: rgb(217,33,141); }

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