Html Css Color HEX #DD7273 Froly

📋 copy color: '#DD7273'

red 221 ◦ green 114 ◦ blue 115

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

Shades of Froly #DD7273

Tints of Froly #DD7273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.56%

R = 49.11%
G = 25.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7273 (or 0xDD7273) is known color: Froly. HEX triplet: DD, 72 and 73. RGB value is (221,114,115). Sum of RGB (Red+Green+Blue) = 221+114+115=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7273 is #228D8C. Grayscale: #929292. Windows color (decimal): -2264461 or 7566045. OLE color: 7566045.

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

Color convert

RGB 221 114 115 -
CMYK 0 0.48 0.48 0.13
HSL 359.44º 0.61% 0.66% -
HSV(B) 359.44º 0.48% 0.87% -
XYZ 38.93 28.64 19.7 -
YUV 146.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 221 114 115 0 0.48 0.48 0.13 359.44 0.61 0.66
Hex DD 72 73 0 30 30 D 167 3D 42
Octal 335 162 163 0 60 60 15 547 75 102
Binary 11011101 1110010 1110011 0 110000 110000 1101 101100111 111101 1000010

Color Harmonies of #DD7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7273

Black with #DD7273

Text Example


Text Example

White with #DD7273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7273; }

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

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

background-color css

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

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

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

border-color css

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

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

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