Html Css Color HEX #DD717C Froly

📋 copy color: '#DD717C'

red 221 ◦ green 113 ◦ blue 124

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

Shades of Froly #DD717C

Tints of Froly #DD717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 48.25%
G = 24.67%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD717C (or 0xDD717C) is known color: Froly. HEX triplet: DD, 71 and 7C. RGB value is (221,113,124). Sum of RGB (Red+Green+Blue) = 221+113+124=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717C is #228E83. Grayscale: #929292. Windows color (decimal): -2264708 or 8155613. OLE color: 8155613.

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

Color convert

RGB 221 113 124 -
CMYK 0 0.49 0.44 0.13
HSL 353.89º 0.61% 0.65% -
HSV(B) 353.89º 0.49% 0.87% -
XYZ 39.36 28.64 22.52 -
YUV 146.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 221 113 124 0 0.49 0.44 0.13 353.89 0.61 0.65
Hex DD 71 7C 0 31 2C D 162 3D 41
Octal 335 161 174 0 61 54 15 542 75 101
Binary 11011101 1110001 1111100 0 110001 101100 1101 101100010 111101 1000001

Color Harmonies of #DD717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD717C

Black with #DD717C

Text Example


Text Example

White with #DD717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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