Html Css Color HEX #DF207E Deep Cerise

📋 copy color: '#DF207E'

red 223 ◦ green 32 ◦ blue 126

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

Shades of Deep Cerise #DF207E

Tints of Deep Cerise #DF207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 58.53%
G = 8.4%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF207E (or 0xDF207E) is known color: Deep Cerise. HEX triplet: DF, 20 and 7E. RGB value is (223,32,126). Sum of RGB (Red+Green+Blue) = 223+32+126=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF207E is #20DF81. Grayscale: #636363. Windows color (decimal): -2154370 or 8265951. OLE color: 8265951.

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

Color convert

RGB 223 32 126 -
CMYK 0 0.86 0.43 0.13
HSL 330.47º 0.75% 0.5% -
HSV(B) 330.47º 0.86% 0.87% -
XYZ 34.71 18.23 21.43 -
YUV 99.83 142.78 215.86 -
System Red Green Blue C M Y K H S L
Decimal 223 32 126 0 0.86 0.43 0.13 330.47 0.75 0.5
Hex DF 20 7E 0 56 2B D 14A 4B 32
Octal 337 40 176 0 126 53 15 512 113 62
Binary 11011111 100000 1111110 0 1010110 101011 1101 101001010 1001011 110010

Color Harmonies of #DF207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF207E

Black with #DF207E

Text Example


Text Example

White with #DF207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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