Html Css Color HEX #DD6165 Froly

📋 copy color: '#DD6165'

red 221 ◦ green 97 ◦ blue 101

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

Shades of Froly #DD6165

Tints of Froly #DD6165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 52.74%
G = 23.15%
B = 24.11%

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

#DD6165 (or 0xDD6165) is known color: Froly. HEX triplet: DD, 61 and 65. RGB value is (221,97,101). Sum of RGB (Red+Green+Blue) = 221+97+101=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6165 is #229E9A. Grayscale: #868686. Windows color (decimal): -2268827 or 6644189. OLE color: 6644189.

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

Color convert

RGB 221 97 101 -
CMYK 0 0.56 0.54 0.13
HSL 358.06º 0.65% 0.62% -
HSV(B) 358.06º 0.56% 0.87% -
XYZ 36.44 24.86 15.19 -
YUV 134.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 221 97 101 0 0.56 0.54 0.13 358.06 0.65 0.62
Hex DD 61 65 0 38 36 D 166 41 3E
Octal 335 141 145 0 70 66 15 546 101 76
Binary 11011101 1100001 1100101 0 111000 110110 1101 101100110 1000001 111110

Color Harmonies of #DD6165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6165

Black with #DD6165

Text Example


Text Example

White with #DD6165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6165; }

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

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

background-color css

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

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

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

border-color css

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

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

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