Html Css Color HEX #DC707D Froly

📋 copy color: '#DC707D'

red 220 ◦ green 112 ◦ blue 125

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

Shades of Froly #DC707D

Tints of Froly #DC707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 48.14%
G = 24.51%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC707D (or 0xDC707D) is known color: Froly. HEX triplet: DC, 70 and 7D. RGB value is (220,112,125). Sum of RGB (Red+Green+Blue) = 220+112+125=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC707D is #238F82. Grayscale: #919191. Windows color (decimal): -2330499 or 8220892. OLE color: 8220892.

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

Color convert

RGB 220 112 125 -
CMYK 0 0.49 0.43 0.14
HSL 352.78º 0.61% 0.65% -
HSV(B) 352.78º 0.49% 0.86% -
XYZ 39.01 28.28 22.81 -
YUV 145.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 220 112 125 0 0.49 0.43 0.14 352.78 0.61 0.65
Hex DC 70 7D 0 31 2B E 161 3D 41
Octal 334 160 175 0 61 53 16 541 75 101
Binary 11011100 1110000 1111101 0 110001 101011 1110 101100001 111101 1000001

Color Harmonies of #DC707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC707D

Black with #DC707D

Text Example


Text Example

White with #DC707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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