Html Css Color HEX #DD787E Froly

📋 copy color: '#DD787E'

red 221 ◦ green 120 ◦ blue 126

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

Shades of Froly #DD787E

Tints of Froly #DD787E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 47.32%
G = 25.7%
B = 26.98%

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

#DD787E (or 0xDD787E) is known color: Froly. HEX triplet: DD, 78 and 7E. RGB value is (221,120,126). Sum of RGB (Red+Green+Blue) = 221+120+126=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD787E is #228781. Grayscale: #969696. Windows color (decimal): -2262914 or 8288477. OLE color: 8288477.

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

Color convert

RGB 221 120 126 -
CMYK 0 0.46 0.43 0.13
HSL 356.44º 0.6% 0.67% -
HSV(B) 356.44º 0.46% 0.87% -
XYZ 40.3 30.31 23.47 -
YUV 150.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 221 120 126 0 0.46 0.43 0.13 356.44 0.6 0.67
Hex DD 78 7E 0 2E 2B D 164 3C 43
Octal 335 170 176 0 56 53 15 544 74 103
Binary 11011101 1111000 1111110 0 101110 101011 1101 101100100 111100 1000011

Color Harmonies of #DD787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD787E

Black with #DD787E

Text Example


Text Example

White with #DD787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD787E; }

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

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

background-color css

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

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

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

border-color css

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

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

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