Html Css Color HEX #DD7779 Froly

📋 copy color: '#DD7779'

red 221 ◦ green 119 ◦ blue 121

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

Shades of Froly #DD7779

Tints of Froly #DD7779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.25%

R = 47.94%
G = 25.81%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD7779 (or 0xDD7779) is known color: Froly. HEX triplet: DD, 77 and 79. RGB value is (221,119,121). Sum of RGB (Red+Green+Blue) = 221+119+121=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7779 is #228886. Grayscale: #959595. Windows color (decimal): -2263175 or 7960541. OLE color: 7960541.

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

Color convert

RGB 221 119 121 -
CMYK 0 0.46 0.45 0.13
HSL 358.82º 0.6% 0.67% -
HSV(B) 358.82º 0.46% 0.87% -
XYZ 39.87 29.95 21.77 -
YUV 149.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 221 119 121 0 0.46 0.45 0.13 358.82 0.6 0.67
Hex DD 77 79 0 2E 2D D 167 3C 43
Octal 335 167 171 0 56 55 15 547 74 103
Binary 11011101 1110111 1111001 0 101110 101101 1101 101100111 111100 1000011

Color Harmonies of #DD7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7779

Black with #DD7779

Text Example


Text Example

White with #DD7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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