Html Css Color HEX #DD6166 Froly

📋 copy color: '#DD6166'

red 221 ◦ green 97 ◦ blue 102

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

Shades of Froly #DD6166

Tints of Froly #DD6166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 52.62%
G = 23.1%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD6166 (or 0xDD6166) is known color: Froly. HEX triplet: DD, 61 and 66. RGB value is (221,97,102). Sum of RGB (Red+Green+Blue) = 221+97+102=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6166 is #229E99. Grayscale: #868686. Windows color (decimal): -2268826 or 6709725. OLE color: 6709725.

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

Color convert

RGB 221 97 102 -
CMYK 0 0.56 0.54 0.13
HSL 357.58º 0.65% 0.62% -
HSV(B) 357.58º 0.56% 0.87% -
XYZ 36.49 24.88 15.45 -
YUV 134.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 221 97 102 0 0.56 0.54 0.13 357.58 0.65 0.62
Hex DD 61 66 0 38 36 D 166 41 3E
Octal 335 141 146 0 70 66 15 546 101 76
Binary 11011101 1100001 1100110 0 111000 110110 1101 101100110 1000001 111110

Color Harmonies of #DD6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6166

Black with #DD6166

Text Example


Text Example

White with #DD6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6166; }

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

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

background-color css

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

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

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

border-color css

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

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

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