Html Css Color HEX #DF717A Froly

📋 copy color: '#DF717A'

red 223 ◦ green 113 ◦ blue 122

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

Shades of Froly #DF717A

Tints of Froly #DF717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.64%

R = 48.69%
G = 24.67%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF717A (or 0xDF717A) is known color: Froly. HEX triplet: DF, 71 and 7A. RGB value is (223,113,122). Sum of RGB (Red+Green+Blue) = 223+113+122=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF717A is #208E85. Grayscale: #929292. Windows color (decimal): -2133638 or 8024543. OLE color: 8024543.

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

Color convert

RGB 223 113 122 -
CMYK 0 0.49 0.45 0.13
HSL 355.09º 0.63% 0.66% -
HSV(B) 355.09º 0.49% 0.87% -
XYZ 39.85 28.9 21.89 -
YUV 146.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 223 113 122 0 0.49 0.45 0.13 355.09 0.63 0.66
Hex DF 71 7A 0 31 2D D 163 3F 42
Octal 337 161 172 0 61 55 15 543 77 102
Binary 11011111 1110001 1111010 0 110001 101101 1101 101100011 111111 1000010

Color Harmonies of #DF717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF717A

Black with #DF717A

Text Example


Text Example

White with #DF717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF717A; }

 p { color: rgb(223,113,122); }

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

background-color css

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

 a { background-color: rgb(223,113,122); }

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

border-color css

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

 span { border-color: rgb(223,113,122); }

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