Html Css Color HEX #DD777C Froly

📋 copy color: '#DD777C'

red 221 ◦ green 119 ◦ blue 124

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

Shades of Froly #DD777C

Tints of Froly #DD777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.72%

R = 47.63%
G = 25.65%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD777C (or 0xDD777C) is known color: Froly. HEX triplet: DD, 77 and 7C. RGB value is (221,119,124). Sum of RGB (Red+Green+Blue) = 221+119+124=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD777C is #228883. Grayscale: #969696. Windows color (decimal): -2263172 or 8157149. OLE color: 8157149.

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

Color convert

RGB 221 119 124 -
CMYK 0 0.46 0.44 0.13
HSL 357.06º 0.6% 0.67% -
HSV(B) 357.06º 0.46% 0.87% -
XYZ 40.05 30.02 22.75 -
YUV 150.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 221 119 124 0 0.46 0.44 0.13 357.06 0.6 0.67
Hex DD 77 7C 0 2E 2C D 165 3C 43
Octal 335 167 174 0 56 54 15 545 74 103
Binary 11011101 1110111 1111100 0 101110 101100 1101 101100101 111100 1000011

Color Harmonies of #DD777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD777C

Black with #DD777C

Text Example


Text Example

White with #DD777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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