Html Css Color HEX #DD5F73 Froly

📋 copy color: '#DD5F73'

red 221 ◦ green 95 ◦ blue 115

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

Shades of Froly #DD5F73

Tints of Froly #DD5F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.04%

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

R = 51.28%
G = 22.04%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5F73 (or 0xDD5F73) is known color: Froly. HEX triplet: DD, 5F and 73. RGB value is (221,95,115). Sum of RGB (Red+Green+Blue) = 221+95+115=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F73 is #22A08C. Grayscale: #878787. Windows color (decimal): -2269325 or 7561181. OLE color: 7561181.

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

Color convert

RGB 221 95 115 -
CMYK 0 0.57 0.48 0.13
HSL 350.48º 0.65% 0.62% -
HSV(B) 350.48º 0.57% 0.87% -
XYZ 37.01 24.79 19.06 -
YUV 134.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 221 95 115 0 0.57 0.48 0.13 350.48 0.65 0.62
Hex DD 5F 73 0 39 30 D 15E 41 3E
Octal 335 137 163 0 71 60 15 536 101 76
Binary 11011101 1011111 1110011 0 111001 110000 1101 101011110 1000001 111110

Color Harmonies of #DD5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F73

Black with #DD5F73

Text Example


Text Example

White with #DD5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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