Html Css Color HEX #DD6174 Froly

📋 copy color: '#DD6174'

red 221 ◦ green 97 ◦ blue 116

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

Shades of Froly #DD6174

Tints of Froly #DD6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 50.92%
G = 22.35%
B = 26.73%

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

#DD6174 (or 0xDD6174) is known color: Froly. HEX triplet: DD, 61 and 74. RGB value is (221,97,116). Sum of RGB (Red+Green+Blue) = 221+97+116=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6174 is #229E8B. Grayscale: #888888. Windows color (decimal): -2268812 or 7627229. OLE color: 7627229.

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

Color convert

RGB 221 97 116 -
CMYK 0 0.56 0.48 0.13
HSL 350.81º 0.65% 0.62% -
HSV(B) 350.81º 0.56% 0.87% -
XYZ 37.25 25.18 19.42 -
YUV 136.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 221 97 116 0 0.56 0.48 0.13 350.81 0.65 0.62
Hex DD 61 74 0 38 30 D 15F 41 3E
Octal 335 141 164 0 70 60 15 537 101 76
Binary 11011101 1100001 1110100 0 111000 110000 1101 101011111 1000001 111110

Color Harmonies of #DD6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6174

Black with #DD6174

Text Example


Text Example

White with #DD6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6174; }

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

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

background-color css

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

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

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

border-color css

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

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

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