Html Css Color HEX #DD7880 Froly

📋 copy color: '#DD7880'

red 221 ◦ green 120 ◦ blue 128

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

Shades of Froly #DD7880

Tints of Froly #DD7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.59%

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

R = 47.12%
G = 25.59%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD7880 (or 0xDD7880) is known color: Froly. HEX triplet: DD, 78 and 80. RGB value is (221,120,128). Sum of RGB (Red+Green+Blue) = 221+120+128=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7880 is #22877F. Grayscale: #979797. Windows color (decimal): -2262912 or 8419549. OLE color: 8419549.

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

Color convert

RGB 221 120 128 -
CMYK 0 0.46 0.42 0.13
HSL 355.25º 0.6% 0.67% -
HSV(B) 355.25º 0.46% 0.87% -
XYZ 40.43 30.36 24.15 -
YUV 151.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 221 120 128 0 0.46 0.42 0.13 355.25 0.6 0.67
Hex DD 78 80 0 2E 2A D 163 3C 43
Octal 335 170 200 0 56 52 15 543 74 103
Binary 11011101 1111000 10000000 0 101110 101010 1101 101100011 111100 1000011

Color Harmonies of #DD7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7880

Black with #DD7880

Text Example


Text Example

White with #DD7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7880; }

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

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

background-color css

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

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

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

border-color css

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

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

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