Html Css Color HEX #DD717F Froly

📋 copy color: '#DD717F'

red 221 ◦ green 113 ◦ blue 127

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

Shades of Froly #DD717F

Tints of Froly #DD717F

RGB

 RED value IS 221 (86.72% from 255) = 47.94%

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

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

R = 47.94%
G = 24.51%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD717F (or 0xDD717F) is known color: Froly. HEX triplet: DD, 71 and 7F. RGB value is (221,113,127). Sum of RGB (Red+Green+Blue) = 221+113+127=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717F is #228E80. Grayscale: #929292. Windows color (decimal): -2264705 or 8352221. OLE color: 8352221.

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

Color convert

RGB 221 113 127 -
CMYK 0 0.49 0.43 0.13
HSL 352.22º 0.61% 0.65% -
HSV(B) 352.22º 0.49% 0.87% -
XYZ 39.55 28.71 23.54 -
YUV 146.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 221 113 127 0 0.49 0.43 0.13 352.22 0.61 0.65
Hex DD 71 7F 0 31 2B D 160 3D 41
Octal 335 161 177 0 61 53 15 540 75 101
Binary 11011101 1110001 1111111 0 110001 101011 1101 101100000 111101 1000001

Color Harmonies of #DD717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD717F

Black with #DD717F

Text Example


Text Example

White with #DD717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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