Html Css Color HEX #DD6172 Froly

📋 copy color: '#DD6172'

red 221 ◦ green 97 ◦ blue 114

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

Shades of Froly #DD6172

Tints of Froly #DD6172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 51.16%
G = 22.45%
B = 26.39%

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

#DD6172 (or 0xDD6172) is known color: Froly. HEX triplet: DD, 61 and 72. RGB value is (221,97,114). Sum of RGB (Red+Green+Blue) = 221+97+114=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6172 is #229E8D. Grayscale: #888888. Windows color (decimal): -2268814 or 7496157. OLE color: 7496157.

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

Color convert

RGB 221 97 114 -
CMYK 0 0.56 0.48 0.13
HSL 351.77º 0.65% 0.62% -
HSV(B) 351.77º 0.56% 0.87% -
XYZ 37.13 25.14 18.81 -
YUV 136.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 221 97 114 0 0.56 0.48 0.13 351.77 0.65 0.62
Hex DD 61 72 0 38 30 D 160 41 3E
Octal 335 141 162 0 70 60 15 540 101 76
Binary 11011101 1100001 1110010 0 111000 110000 1101 101100000 1000001 111110

Color Harmonies of #DD6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6172

Black with #DD6172

Text Example


Text Example

White with #DD6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6172; }

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

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

background-color css

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

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

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

border-color css

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

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

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