Html Css Color HEX #DF218F Deep Cerise

📋 copy color: '#DF218F'

red 223 ◦ green 33 ◦ blue 143

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

Shades of Deep Cerise #DF218F

Tints of Deep Cerise #DF218F

RGB

 RED value IS 223 (87.5% from 255) = 55.89%

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

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 55.89%
G = 8.27%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF218F (or 0xDF218F) is known color: Deep Cerise. HEX triplet: DF, 21 and 8F. RGB value is (223,33,143). Sum of RGB (Red+Green+Blue) = 223+33+143=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF218F is #20DE70. Grayscale: #666666. Windows color (decimal): -2154097 or 9380319. OLE color: 9380319.

HSL color Cylindrical-coordinate representation of color #DF218F: hue angle of 325.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF218F is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 33 143 -
CMYK 0 0.85 0.36 0.13
HSL 325.26º 0.75% 0.5% -
HSV(B) 325.26º 0.85% 0.87% -
XYZ 35.93 18.76 27.71 -
YUV 102.35 150.95 214.06 -
System Red Green Blue C M Y K H S L
Decimal 223 33 143 0 0.85 0.36 0.13 325.26 0.75 0.5
Hex DF 21 8F 0 55 24 D 145 4B 32
Octal 337 41 217 0 125 44 15 505 113 62
Binary 11011111 100001 10001111 0 1010101 100100 1101 101000101 1001011 110010

Color Harmonies of #DF218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF218F

Black with #DF218F

Text Example


Text Example

White with #DF218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF218F; }

 p { color: rgb(223,33,143); }

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

background-color css

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

 a { background-color: rgb(223,33,143); }

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

border-color css

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

 span { border-color: rgb(223,33,143); }

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