Html Css Color HEX #DD717D Froly

📋 copy color: '#DD717D'

red 221 ◦ green 113 ◦ blue 125

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

Shades of Froly #DD717D

Tints of Froly #DD717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 48.15%
G = 24.62%
B = 27.23%

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

#DD717D (or 0xDD717D) is known color: Froly. HEX triplet: DD, 71 and 7D. RGB value is (221,113,125). Sum of RGB (Red+Green+Blue) = 221+113+125=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717D is #228E82. Grayscale: #929292. Windows color (decimal): -2264707 or 8221149. OLE color: 8221149.

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

Color convert

RGB 221 113 125 -
CMYK 0 0.49 0.43 0.13
HSL 353.33º 0.61% 0.65% -
HSV(B) 353.33º 0.49% 0.87% -
XYZ 39.43 28.66 22.86 -
YUV 146.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 221 113 125 0 0.49 0.43 0.13 353.33 0.61 0.65
Hex DD 71 7D 0 31 2B D 161 3D 41
Octal 335 161 175 0 61 53 15 541 75 101
Binary 11011101 1110001 1111101 0 110001 101011 1101 101100001 111101 1000001

Color Harmonies of #DD717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD717D

Black with #DD717D

Text Example


Text Example

White with #DD717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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