Html Css Color HEX #DD6173 Froly

📋 copy color: '#DD6173'

red 221 ◦ green 97 ◦ blue 115

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

Shades of Froly #DD6173

Tints of Froly #DD6173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.4%

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

R = 51.04%
G = 22.4%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6173 (or 0xDD6173) is known color: Froly. HEX triplet: DD, 61 and 73. RGB value is (221,97,115). Sum of RGB (Red+Green+Blue) = 221+97+115=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6173 is #229E8C. Grayscale: #888888. Windows color (decimal): -2268813 or 7561693. OLE color: 7561693.

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

Color convert

RGB 221 97 115 -
CMYK 0 0.56 0.48 0.13
HSL 351.29º 0.65% 0.62% -
HSV(B) 351.29º 0.56% 0.87% -
XYZ 37.19 25.16 19.12 -
YUV 136.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 221 97 115 0 0.56 0.48 0.13 351.29 0.65 0.62
Hex DD 61 73 0 38 30 D 15F 41 3E
Octal 335 141 163 0 70 60 15 537 101 76
Binary 11011101 1100001 1110011 0 111000 110000 1101 101011111 1000001 111110

Color Harmonies of #DD6173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6173

Black with #DD6173

Text Example


Text Example

White with #DD6173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6173; }

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

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

background-color css

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

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

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

border-color css

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

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

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