Html Css Color HEX #DD7B7F Froly

📋 copy color: '#DD7B7F'

red 221 ◦ green 123 ◦ blue 127

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

Shades of Froly #DD7B7F

Tints of Froly #DD7B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

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

R = 46.92%
G = 26.11%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD7B7F (or 0xDD7B7F) is known color: Froly. HEX triplet: DD, 7B and 7F. RGB value is (221,123,127). Sum of RGB (Red+Green+Blue) = 221+123+127=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B7F is #228480. Grayscale: #989898. Windows color (decimal): -2262145 or 8354781. OLE color: 8354781.

HSL color Cylindrical-coordinate representation of color #DD7B7F: hue angle of 357.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B7F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 127 -
CMYK 0 0.44 0.43 0.13
HSL 357.55º 0.59% 0.67% -
HSV(B) 357.55º 0.44% 0.87% -
XYZ 40.73 31.07 23.93 -
YUV 152.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 221 123 127 0 0.44 0.43 0.13 357.55 0.59 0.67
Hex DD 7B 7F 0 2C 2B D 166 3B 43
Octal 335 173 177 0 54 53 15 546 73 103
Binary 11011101 1111011 1111111 0 101100 101011 1101 101100110 111011 1000011

Color Harmonies of #DD7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B7F

Black with #DD7B7F

Text Example


Text Example

White with #DD7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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