Html Css Color HEX #DD787F Froly

📋 copy color: '#DD787F'

red 221 ◦ green 120 ◦ blue 127

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

Shades of Froly #DD787F

Tints of Froly #DD787F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.14%

R = 47.22%
G = 25.64%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD787F (or 0xDD787F) is known color: Froly. HEX triplet: DD, 78 and 7F. RGB value is (221,120,127). Sum of RGB (Red+Green+Blue) = 221+120+127=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD787F is #228780. Grayscale: #979797. Windows color (decimal): -2262913 or 8354013. OLE color: 8354013.

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

Color convert

RGB 221 120 127 -
CMYK 0 0.46 0.43 0.13
HSL 355.84º 0.6% 0.67% -
HSV(B) 355.84º 0.46% 0.87% -
XYZ 40.37 30.34 23.81 -
YUV 151 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 221 120 127 0 0.46 0.43 0.13 355.84 0.6 0.67
Hex DD 78 7F 0 2E 2B D 164 3C 43
Octal 335 170 177 0 56 53 15 544 74 103
Binary 11011101 1111000 1111111 0 101110 101011 1101 101100100 111100 1000011

Color Harmonies of #DD787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD787F

Black with #DD787F

Text Example


Text Example

White with #DD787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD787F; }

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

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

background-color css

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

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

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

border-color css

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

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

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