Html Css Color HEX #DF208A Deep Cerise

📋 copy color: '#DF208A'

red 223 ◦ green 32 ◦ blue 138

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

Shades of Deep Cerise #DF208A

Tints of Deep Cerise #DF208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 56.74%
G = 8.14%
B = 35.11%

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

#DF208A (or 0xDF208A) is known color: Deep Cerise. HEX triplet: DF, 20 and 8A. RGB value is (223,32,138). Sum of RGB (Red+Green+Blue) = 223+32+138=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF208A is #20DF75. Grayscale: #646464. Windows color (decimal): -2154358 or 9052383. OLE color: 9052383.

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

Color convert

RGB 223 32 138 -
CMYK 0 0.86 0.38 0.13
HSL 326.7º 0.75% 0.5% -
HSV(B) 326.7º 0.86% 0.87% -
XYZ 35.54 18.56 25.75 -
YUV 101.19 148.78 214.88 -
System Red Green Blue C M Y K H S L
Decimal 223 32 138 0 0.86 0.38 0.13 326.7 0.75 0.5
Hex DF 20 8A 0 56 26 D 147 4B 32
Octal 337 40 212 0 126 46 15 507 113 62
Binary 11011111 100000 10001010 0 1010110 100110 1101 101000111 1001011 110010

Color Harmonies of #DF208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF208A

Black with #DF208A

Text Example


Text Example

White with #DF208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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