Html Css Color HEX #DD7D80 Froly

📋 copy color: '#DD7D80'

red 221 ◦ green 125 ◦ blue 128

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

Shades of Froly #DD7D80

Tints of Froly #DD7D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

 BLUE value IS 128 (50.39% from 255) = 27%

R = 46.62%
G = 26.37%
B = 27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD7D80 (or 0xDD7D80) is known color: Froly. HEX triplet: DD, 7D and 80. RGB value is (221,125,128). Sum of RGB (Red+Green+Blue) = 221+125+128=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D80 is #22827F. Grayscale: #9A9A9A. Windows color (decimal): -2261632 or 8420829. OLE color: 8420829.

HSL color Cylindrical-coordinate representation of color #DD7D80: hue angle of 358.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7D80 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 125 128 -
CMYK 0 0.43 0.42 0.13
HSL 358.13º 0.59% 0.68% -
HSV(B) 358.13º 0.43% 0.87% -
XYZ 41.05 31.6 24.36 -
YUV 154.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 221 125 128 0 0.43 0.42 0.13 358.13 0.59 0.68
Hex DD 7D 80 0 2B 2A D 166 3B 44
Octal 335 175 200 0 53 52 15 546 73 104
Binary 11011101 1111101 10000000 0 101011 101010 1101 101100110 111011 1000100

Color Harmonies of #DD7D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D80

Black with #DD7D80

Text Example


Text Example

White with #DD7D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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