Html Css Color HEX #DC707F Froly

📋 copy color: '#DC707F'

red 220 ◦ green 112 ◦ blue 127

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

Shades of Froly #DC707F

Tints of Froly #DC707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.4%

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

R = 47.93%
G = 24.4%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC707F (or 0xDC707F) is known color: Froly. HEX triplet: DC, 70 and 7F. RGB value is (220,112,127). Sum of RGB (Red+Green+Blue) = 220+112+127=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC707F is #238F80. Grayscale: #929292. Windows color (decimal): -2330497 or 8351964. OLE color: 8351964.

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

Color convert

RGB 220 112 127 -
CMYK 0 0.49 0.42 0.14
HSL 351.67º 0.61% 0.65% -
HSV(B) 351.67º 0.49% 0.86% -
XYZ 39.14 28.34 23.49 -
YUV 146 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 220 112 127 0 0.49 0.42 0.14 351.67 0.61 0.65
Hex DC 70 7F 0 31 2A E 160 3D 41
Octal 334 160 177 0 61 52 16 540 75 101
Binary 11011100 1110000 1111111 0 110001 101010 1110 101100000 111101 1000001

Color Harmonies of #DC707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC707F

Black with #DC707F

Text Example


Text Example

White with #DC707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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