Html Css Color HEX #DD7277 Froly

📋 copy color: '#DD7277'

red 221 ◦ green 114 ◦ blue 119

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

Shades of Froly #DD7277

Tints of Froly #DD7277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 48.68%
G = 25.11%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD7277 (or 0xDD7277) is known color: Froly. HEX triplet: DD, 72 and 77. RGB value is (221,114,119). Sum of RGB (Red+Green+Blue) = 221+114+119=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7277 is #228D88. Grayscale: #929292. Windows color (decimal): -2264457 or 7828189. OLE color: 7828189.

HSL color Cylindrical-coordinate representation of color #DD7277: hue angle of 357.2º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7277 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 119 -
CMYK 0 0.48 0.46 0.13
HSL 357.2º 0.61% 0.66% -
HSV(B) 357.2º 0.48% 0.87% -
XYZ 39.17 28.74 20.94 -
YUV 146.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 221 114 119 0 0.48 0.46 0.13 357.2 0.61 0.66
Hex DD 72 77 0 30 2E D 165 3D 42
Octal 335 162 167 0 60 56 15 545 75 102
Binary 11011101 1110010 1110111 0 110000 101110 1101 101100101 111101 1000010

Color Harmonies of #DD7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7277

Black with #DD7277

Text Example


Text Example

White with #DD7277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7277; }

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

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

background-color css

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

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

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

border-color css

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

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

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