Html Css Color HEX #DD717A Froly

📋 copy color: '#DD717A'

red 221 ◦ green 113 ◦ blue 122

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

Shades of Froly #DD717A

Tints of Froly #DD717A

RGB

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

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

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

R = 48.46%
G = 24.78%
B = 26.75%

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

#DD717A (or 0xDD717A) is known color: Froly. HEX triplet: DD, 71 and 7A. RGB value is (221,113,122). Sum of RGB (Red+Green+Blue) = 221+113+122=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717A is #228E85. Grayscale: #929292. Windows color (decimal): -2264710 or 8024541. OLE color: 8024541.

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

Color convert

RGB 221 113 122 -
CMYK 0 0.49 0.45 0.13
HSL 355º 0.61% 0.65% -
HSV(B) 355º 0.49% 0.87% -
XYZ 39.24 28.59 21.86 -
YUV 146.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 221 113 122 0 0.49 0.45 0.13 355 0.61 0.65
Hex DD 71 7A 0 31 2D D 163 3D 41
Octal 335 161 172 0 61 55 15 543 75 101
Binary 11011101 1110001 1111010 0 110001 101101 1101 101100011 111101 1000001

Color Harmonies of #DD717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD717A

Black with #DD717A

Text Example


Text Example

White with #DD717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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