Html Css Color HEX #DD787D Froly

📋 copy color: '#DD787D'

red 221 ◦ green 120 ◦ blue 125

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

Shades of Froly #DD787D

Tints of Froly #DD787D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 47.42%
G = 25.75%
B = 26.82%

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

#DD787D (or 0xDD787D) is known color: Froly. HEX triplet: DD, 78 and 7D. RGB value is (221,120,125). Sum of RGB (Red+Green+Blue) = 221+120+125=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD787D is #228782. Grayscale: #969696. Windows color (decimal): -2262915 or 8222941. OLE color: 8222941.

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

Color convert

RGB 221 120 125 -
CMYK 0 0.46 0.43 0.13
HSL 357.03º 0.6% 0.67% -
HSV(B) 357.03º 0.46% 0.87% -
XYZ 40.24 30.29 23.13 -
YUV 150.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 221 120 125 0 0.46 0.43 0.13 357.03 0.6 0.67
Hex DD 78 7D 0 2E 2B D 165 3C 43
Octal 335 170 175 0 56 53 15 545 74 103
Binary 11011101 1111000 1111101 0 101110 101011 1101 101100101 111100 1000011

Color Harmonies of #DD787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD787D

Black with #DD787D

Text Example


Text Example

White with #DD787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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