Html Css Color HEX #DD6575 Froly

📋 copy color: '#DD6575'

red 221 ◦ green 101 ◦ blue 117

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

Shades of Froly #DD6575

Tints of Froly #DD6575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 50.34%
G = 23.01%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD6575 (or 0xDD6575) is known color: Froly. HEX triplet: DD, 65 and 75. RGB value is (221,101,117). Sum of RGB (Red+Green+Blue) = 221+101+117=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6575 is #229A8A. Grayscale: #8A8A8A. Windows color (decimal): -2267787 or 7693789. OLE color: 7693789.

HSL color Cylindrical-coordinate representation of color #DD6575: hue angle of 352º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6575 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 101 117 -
CMYK 0 0.54 0.47 0.13
HSL 352º 0.64% 0.63% -
HSV(B) 352º 0.54% 0.87% -
XYZ 37.68 25.96 19.86 -
YUV 138.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 221 101 117 0 0.54 0.47 0.13 352 0.64 0.63
Hex DD 65 75 0 36 2F D 160 40 3F
Octal 335 145 165 0 66 57 15 540 100 77
Binary 11011101 1100101 1110101 0 110110 101111 1101 101100000 1000000 111111

Color Harmonies of #DD6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6575

Black with #DD6575

Text Example


Text Example

White with #DD6575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6575; }

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

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

background-color css

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

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

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

border-color css

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

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

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