Html Css Color HEX #DD7680 Froly

📋 copy color: '#DD7680'

red 221 ◦ green 118 ◦ blue 128

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

Shades of Froly #DD7680

Tints of Froly #DD7680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.27%

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

R = 47.32%
G = 25.27%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD7680 (or 0xDD7680) is known color: Froly. HEX triplet: DD, 76 and 80. RGB value is (221,118,128). Sum of RGB (Red+Green+Blue) = 221+118+128=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7680 is #22897F. Grayscale: #969696. Windows color (decimal): -2263424 or 8419037. OLE color: 8419037.

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

Color convert

RGB 221 118 128 -
CMYK 0 0.47 0.42 0.13
HSL 354.17º 0.6% 0.66% -
HSV(B) 354.17º 0.47% 0.87% -
XYZ 40.19 29.89 24.07 -
YUV 149.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 221 118 128 0 0.47 0.42 0.13 354.17 0.6 0.66
Hex DD 76 80 0 2F 2A D 162 3C 42
Octal 335 166 200 0 57 52 15 542 74 102
Binary 11011101 1110110 10000000 0 101111 101010 1101 101100010 111100 1000010

Color Harmonies of #DD7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7680

Black with #DD7680

Text Example


Text Example

White with #DD7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7680; }

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

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

background-color css

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

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

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

border-color css

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

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

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