Html Css Color HEX #DD707F Froly

📋 copy color: '#DD707F'

red 221 ◦ green 112 ◦ blue 127

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

Shades of Froly #DD707F

Tints of Froly #DD707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

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

R = 48.04%
G = 24.35%
B = 27.61%

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

#DD707F (or 0xDD707F) is known color: Froly. HEX triplet: DD, 70 and 7F. RGB value is (221,112,127). Sum of RGB (Red+Green+Blue) = 221+112+127=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD707F is #228F80. Grayscale: #929292. Windows color (decimal): -2264961 or 8351965. OLE color: 8351965.

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

Color convert

RGB 221 112 127 -
CMYK 0 0.49 0.43 0.13
HSL 351.74º 0.62% 0.65% -
HSV(B) 351.74º 0.49% 0.87% -
XYZ 39.44 28.49 23.5 -
YUV 146.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 221 112 127 0 0.49 0.43 0.13 351.74 0.62 0.65
Hex DD 70 7F 0 31 2B D 160 3E 41
Octal 335 160 177 0 61 53 15 540 76 101
Binary 11011101 1110000 1111111 0 110001 101011 1101 101100000 111110 1000001

Color Harmonies of #DD707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD707F

Black with #DD707F

Text Example


Text Example

White with #DD707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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