Html Css Color HEX #DF208B Deep Cerise

📋 copy color: '#DF208B'

red 223 ◦ green 32 ◦ blue 139

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

Shades of Deep Cerise #DF208B

Tints of Deep Cerise #DF208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.28%

R = 56.6%
G = 8.12%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF208B (or 0xDF208B) is known color: Deep Cerise. HEX triplet: DF, 20 and 8B. RGB value is (223,32,139). Sum of RGB (Red+Green+Blue) = 223+32+139=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF208B is #20DF74. Grayscale: #656565. Windows color (decimal): -2154357 or 9117919. OLE color: 9117919.

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

Color convert

RGB 223 32 139 -
CMYK 0 0.86 0.38 0.13
HSL 326.39º 0.75% 0.5% -
HSV(B) 326.39º 0.86% 0.87% -
XYZ 35.61 18.59 26.14 -
YUV 101.31 149.28 214.8 -
System Red Green Blue C M Y K H S L
Decimal 223 32 139 0 0.86 0.38 0.13 326.39 0.75 0.5
Hex DF 20 8B 0 56 26 D 146 4B 32
Octal 337 40 213 0 126 46 15 506 113 62
Binary 11011111 100000 10001011 0 1010110 100110 1101 101000110 1001011 110010

Color Harmonies of #DF208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF208B

Black with #DF208B

Text Example


Text Example

White with #DF208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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