Html Css Color HEX #DD6178 Froly

📋 copy color: '#DD6178'

red 221 ◦ green 97 ◦ blue 120

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

Shades of Froly #DD6178

Tints of Froly #DD6178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.4%

R = 50.46%
G = 22.15%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD6178 (or 0xDD6178) is known color: Froly. HEX triplet: DD, 61 and 78. RGB value is (221,97,120). Sum of RGB (Red+Green+Blue) = 221+97+120=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6178 is #229E87. Grayscale: #888888. Windows color (decimal): -2268808 or 7889373. OLE color: 7889373.

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

Color convert

RGB 221 97 120 -
CMYK 0 0.56 0.46 0.13
HSL 348.87º 0.65% 0.62% -
HSV(B) 348.87º 0.56% 0.87% -
XYZ 37.48 25.28 20.67 -
YUV 136.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 221 97 120 0 0.56 0.46 0.13 348.87 0.65 0.62
Hex DD 61 78 0 38 2E D 15D 41 3E
Octal 335 141 170 0 70 56 15 535 101 76
Binary 11011101 1100001 1111000 0 111000 101110 1101 101011101 1000001 111110

Color Harmonies of #DD6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6178

Black with #DD6178

Text Example


Text Example

White with #DD6178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6178; }

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

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

background-color css

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

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

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

border-color css

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

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

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