Html Css Color HEX #DF208C Deep Cerise

📋 copy color: '#DF208C'

red 223 ◦ green 32 ◦ blue 140

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

Shades of Deep Cerise #DF208C

Tints of Deep Cerise #DF208C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.1%

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

R = 56.46%
G = 8.1%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF208C (or 0xDF208C) is known color: Deep Cerise. HEX triplet: DF, 20 and 8C. RGB value is (223,32,140). Sum of RGB (Red+Green+Blue) = 223+32+140=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF208C is #20DF73. Grayscale: #656565. Windows color (decimal): -2154356 or 9183455. OLE color: 9183455.

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

Color convert

RGB 223 32 140 -
CMYK 0 0.86 0.37 0.13
HSL 326.07º 0.75% 0.5% -
HSV(B) 326.07º 0.86% 0.87% -
XYZ 35.68 18.61 26.52 -
YUV 101.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 223 32 140 0 0.86 0.37 0.13 326.07 0.75 0.5
Hex DF 20 8C 0 56 25 D 146 4B 32
Octal 337 40 214 0 126 45 15 506 113 62
Binary 11011111 100000 10001100 0 1010110 100101 1101 101000110 1001011 110010

Color Harmonies of #DF208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF208C

Black with #DF208C

Text Example


Text Example

White with #DF208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF208C; }

 p { color: rgb(223,32,140); }

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

background-color css

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

 a { background-color: rgb(223,32,140); }

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

border-color css

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

 span { border-color: rgb(223,32,140); }

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