Html Css Color HEX #DD7780 Froly

📋 copy color: '#DD7780'

red 221 ◦ green 119 ◦ blue 128

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

Shades of Froly #DD7780

Tints of Froly #DD7780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.43%

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

R = 47.22%
G = 25.43%
B = 27.35%

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

#DD7780 (or 0xDD7780) is known color: Froly. HEX triplet: DD, 77 and 80. RGB value is (221,119,128). Sum of RGB (Red+Green+Blue) = 221+119+128=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7780 is #22887F. Grayscale: #969696. Windows color (decimal): -2263168 or 8419293. OLE color: 8419293.

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

Color convert

RGB 221 119 128 -
CMYK 0 0.46 0.42 0.13
HSL 354.71º 0.6% 0.67% -
HSV(B) 354.71º 0.46% 0.87% -
XYZ 40.31 30.12 24.11 -
YUV 150.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 221 119 128 0 0.46 0.42 0.13 354.71 0.6 0.67
Hex DD 77 80 0 2E 2A D 163 3C 43
Octal 335 167 200 0 56 52 15 543 74 103
Binary 11011101 1110111 10000000 0 101110 101010 1101 101100011 111100 1000011

Color Harmonies of #DD7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7780

Black with #DD7780

Text Example


Text Example

White with #DD7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7780; }

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

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

background-color css

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

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

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

border-color css

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

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

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