Html Css Color HEX #D9218C Deep Cerise

📋 copy color: '#D9218C'

red 217 ◦ green 33 ◦ blue 140

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

Shades of Deep Cerise #D9218C

Tints of Deep Cerise #D9218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 55.64%
G = 8.46%
B = 35.9%

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

#D9218C (or 0xD9218C) is known color: Deep Cerise. HEX triplet: D9, 21 and 8C. RGB value is (217,33,140). Sum of RGB (Red+Green+Blue) = 217+33+140=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9218C is #26DE73. Grayscale: #636363. Windows color (decimal): -2547316 or 9183705. OLE color: 9183705.

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

Color convert

RGB 217 33 140 -
CMYK 0 0.85 0.35 0.15
HSL 325.11º 0.74% 0.49% -
HSV(B) 325.11º 0.85% 0.85% -
XYZ 33.89 17.73 26.45 -
YUV 100.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 217 33 140 0 0.85 0.35 0.15 325.11 0.74 0.49
Hex D9 21 8C 0 55 23 F 145 4A 31
Octal 331 41 214 0 125 43 17 505 112 61
Binary 11011001 100001 10001100 0 1010101 100011 1111 101000101 1001010 110001

Color Harmonies of #D9218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9218C

Black with #D9218C

Text Example


Text Example

White with #D9218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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