Html Css Color HEX #DF6577 Froly

📋 copy color: '#DF6577'

red 223 ◦ green 101 ◦ blue 119

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

Shades of Froly #DF6577

Tints of Froly #DF6577

RGB

 RED value IS 223 (87.5% from 255) = 50.34%

 GREEN value IS 101 (39.84% from 255) = 22.8%

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 50.34%
G = 22.8%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF6577 (or 0xDF6577) is known color: Froly. HEX triplet: DF, 65 and 77. RGB value is (223,101,119). Sum of RGB (Red+Green+Blue) = 223+101+119=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6577 is #209A88. Grayscale: #8B8B8B. Windows color (decimal): -2136713 or 7824863. OLE color: 7824863.

HSL color Cylindrical-coordinate representation of color #DF6577: hue angle of 351.15º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6577 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 101 119 -
CMYK 0 0.55 0.47 0.13
HSL 351.15º 0.66% 0.64% -
HSV(B) 351.15º 0.55% 0.87% -
XYZ 38.41 26.33 20.51 -
YUV 139.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 223 101 119 0 0.55 0.47 0.13 351.15 0.66 0.64
Hex DF 65 77 0 37 2F D 15F 42 40
Octal 337 145 167 0 67 57 15 537 102 100
Binary 11011111 1100101 1110111 0 110111 101111 1101 101011111 1000010 1000000

Color Harmonies of #DF6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6577

Black with #DF6577

Text Example


Text Example

White with #DF6577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6577; }

 p { color: rgb(223,101,119); }

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

background-color css

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

 a { background-color: rgb(223,101,119); }

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

border-color css

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

 span { border-color: rgb(223,101,119); }

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