Html Css Color HEX #DD707E Froly

📋 copy color: '#DD707E'

red 221 ◦ green 112 ◦ blue 126

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

Shades of Froly #DD707E

Tints of Froly #DD707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 48.15%
G = 24.4%
B = 27.45%

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

#DD707E (or 0xDD707E) is known color: Froly. HEX triplet: DD, 70 and 7E. RGB value is (221,112,126). Sum of RGB (Red+Green+Blue) = 221+112+126=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD707E is #228F81. Grayscale: #929292. Windows color (decimal): -2264962 or 8286429. OLE color: 8286429.

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

Color convert

RGB 221 112 126 -
CMYK 0 0.49 0.43 0.13
HSL 352.29º 0.62% 0.65% -
HSV(B) 352.29º 0.49% 0.87% -
XYZ 39.38 28.47 23.16 -
YUV 146.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 221 112 126 0 0.49 0.43 0.13 352.29 0.62 0.65
Hex DD 70 7E 0 31 2B D 160 3E 41
Octal 335 160 176 0 61 53 15 540 76 101
Binary 11011101 1110000 1111110 0 110001 101011 1101 101100000 111110 1000001

Color Harmonies of #DD707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD707E

Black with #DD707E

Text Example


Text Example

White with #DD707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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