Html Css Color HEX #DC717F Froly

📋 copy color: '#DC717F'

red 220 ◦ green 113 ◦ blue 127

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

Shades of Froly #DC717F

Tints of Froly #DC717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.57%

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

R = 47.83%
G = 24.57%
B = 27.61%

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

#DC717F (or 0xDC717F) is known color: Froly. HEX triplet: DC, 71 and 7F. RGB value is (220,113,127). Sum of RGB (Red+Green+Blue) = 220+113+127=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC717F is #238E80. Grayscale: #929292. Windows color (decimal): -2330241 or 8352220. OLE color: 8352220.

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

Color convert

RGB 220 113 127 -
CMYK 0 0.49 0.42 0.14
HSL 352.15º 0.6% 0.65% -
HSV(B) 352.15º 0.49% 0.86% -
XYZ 39.25 28.56 23.52 -
YUV 146.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 220 113 127 0 0.49 0.42 0.14 352.15 0.6 0.65
Hex DC 71 7F 0 31 2A E 160 3C 41
Octal 334 161 177 0 61 52 16 540 74 101
Binary 11011100 1110001 1111111 0 110001 101010 1110 101100000 111100 1000001

Color Harmonies of #DC717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC717F

Black with #DC717F

Text Example


Text Example

White with #DC717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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