Html Css Color HEX #DF218D Deep Cerise

📋 copy color: '#DF218D'

red 223 ◦ green 33 ◦ blue 141

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

Shades of Deep Cerise #DF218D

Tints of Deep Cerise #DF218D

RGB

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

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

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

R = 56.17%
G = 8.31%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF218D (or 0xDF218D) is known color: Deep Cerise. HEX triplet: DF, 21 and 8D. RGB value is (223,33,141). Sum of RGB (Red+Green+Blue) = 223+33+141=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF218D is #20DE72. Grayscale: #656565. Windows color (decimal): -2154099 or 9249247. OLE color: 9249247.

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

Color convert

RGB 223 33 141 -
CMYK 0 0.85 0.37 0.13
HSL 325.89º 0.75% 0.5% -
HSV(B) 325.89º 0.85% 0.87% -
XYZ 35.78 18.7 26.92 -
YUV 102.12 149.95 214.22 -
System Red Green Blue C M Y K H S L
Decimal 223 33 141 0 0.85 0.37 0.13 325.89 0.75 0.5
Hex DF 21 8D 0 55 25 D 146 4B 32
Octal 337 41 215 0 125 45 15 506 113 62
Binary 11011111 100001 10001101 0 1010101 100101 1101 101000110 1001011 110010

Color Harmonies of #DF218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF218D

Black with #DF218D

Text Example


Text Example

White with #DF218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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