Html Css Color HEX #DC717E Froly

📋 copy color: '#DC717E'

red 220 ◦ green 113 ◦ blue 126

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

Shades of Froly #DC717E

Tints of Froly #DC717E

RGB

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

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

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

R = 47.93%
G = 24.62%
B = 27.45%

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

#DC717E (or 0xDC717E) is known color: Froly. HEX triplet: DC, 71 and 7E. RGB value is (220,113,126). Sum of RGB (Red+Green+Blue) = 220+113+126=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC717E is #238E81. Grayscale: #929292. Windows color (decimal): -2330242 or 8286684. OLE color: 8286684.

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

Color convert

RGB 220 113 126 -
CMYK 0 0.49 0.43 0.14
HSL 352.71º 0.6% 0.65% -
HSV(B) 352.71º 0.49% 0.86% -
XYZ 39.19 28.53 23.18 -
YUV 146.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 220 113 126 0 0.49 0.43 0.14 352.71 0.6 0.65
Hex DC 71 7E 0 31 2B E 161 3C 41
Octal 334 161 176 0 61 53 16 541 74 101
Binary 11011100 1110001 1111110 0 110001 101011 1110 101100001 111100 1000001

Color Harmonies of #DC717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC717E

Black with #DC717E

Text Example


Text Example

White with #DC717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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