Html Css Color HEX #DC207F Deep Cerise

📋 copy color: '#DC207F'

red 220 ◦ green 32 ◦ blue 127

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

Shades of Deep Cerise #DC207F

Tints of Deep Cerise #DC207F

RGB

 RED value IS 220 (86.33% from 255) = 58.05%

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 58.05%
G = 8.44%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC207F (or 0xDC207F) is known color: Deep Cerise. HEX triplet: DC, 20 and 7F. RGB value is (220,32,127). Sum of RGB (Red+Green+Blue) = 220+32+127=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC207F is #23DF80. Grayscale: #626262. Windows color (decimal): -2350977 or 8331484. OLE color: 8331484.

HSL color Cylindrical-coordinate representation of color #DC207F: hue angle of 329.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC207F is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 127 -
CMYK 0 0.85 0.42 0.14
HSL 329.68º 0.75% 0.49% -
HSV(B) 329.68º 0.85% 0.86% -
XYZ 33.86 17.78 21.73 -
YUV 99.04 143.78 214.28 -
System Red Green Blue C M Y K H S L
Decimal 220 32 127 0 0.85 0.42 0.14 329.68 0.75 0.49
Hex DC 20 7F 0 55 2A E 14A 4B 31
Octal 334 40 177 0 125 52 16 512 113 61
Binary 11011100 100000 1111111 0 1010101 101010 1110 101001010 1001011 110001

Color Harmonies of #DC207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC207F

Black with #DC207F

Text Example


Text Example

White with #DC207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC207F; }

 p { color: rgb(220,32,127); }

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

background-color css

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

 a { background-color: rgb(220,32,127); }

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

border-color css

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

 span { border-color: rgb(220,32,127); }

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