Html Css Color HEX #DD6179 Froly

📋 copy color: '#DD6179'

red 221 ◦ green 97 ◦ blue 121

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

Shades of Froly #DD6179

Tints of Froly #DD6179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 50.34%
G = 22.1%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD6179 (or 0xDD6179) is known color: Froly. HEX triplet: DD, 61 and 79. RGB value is (221,97,121). Sum of RGB (Red+Green+Blue) = 221+97+121=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6179 is #229E86. Grayscale: #888888. Windows color (decimal): -2268807 or 7954909. OLE color: 7954909.

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

Color convert

RGB 221 97 121 -
CMYK 0 0.56 0.45 0.13
HSL 348.39º 0.65% 0.62% -
HSV(B) 348.39º 0.56% 0.87% -
XYZ 37.54 25.3 20.99 -
YUV 136.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 221 97 121 0 0.56 0.45 0.13 348.39 0.65 0.62
Hex DD 61 79 0 38 2D D 15C 41 3E
Octal 335 141 171 0 70 55 15 534 101 76
Binary 11011101 1100001 1111001 0 111000 101101 1101 101011100 1000001 111110

Color Harmonies of #DD6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6179

Black with #DD6179

Text Example


Text Example

White with #DD6179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6179; }

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

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

background-color css

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

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

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

border-color css

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

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

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