Html Css Color HEX #DD6176 Froly

📋 copy color: '#DD6176'

red 221 ◦ green 97 ◦ blue 118

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

Shades of Froly #DD6176

Tints of Froly #DD6176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 50.69%
G = 22.25%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD6176 (or 0xDD6176) is known color: Froly. HEX triplet: DD, 61 and 76. RGB value is (221,97,118). Sum of RGB (Red+Green+Blue) = 221+97+118=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6176 is #229E89. Grayscale: #888888. Windows color (decimal): -2268810 or 7758301. OLE color: 7758301.

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

Color convert

RGB 221 97 118 -
CMYK 0 0.56 0.47 0.13
HSL 349.84º 0.65% 0.62% -
HSV(B) 349.84º 0.56% 0.87% -
XYZ 37.36 25.23 20.04 -
YUV 136.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 221 97 118 0 0.56 0.47 0.13 349.84 0.65 0.62
Hex DD 61 76 0 38 2F D 15E 41 3E
Octal 335 141 166 0 70 57 15 536 101 76
Binary 11011101 1100001 1110110 0 111000 101111 1101 101011110 1000001 111110

Color Harmonies of #DD6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6176

Black with #DD6176

Text Example


Text Example

White with #DD6176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6176; }

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

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

background-color css

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

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

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

border-color css

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

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

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