Html Css Color HEX #DD6571 Froly

📋 copy color: '#DD6571'

red 221 ◦ green 101 ◦ blue 113

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

Shades of Froly #DD6571

Tints of Froly #DD6571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.98%

R = 50.8%
G = 23.22%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD6571 (or 0xDD6571) is known color: Froly. HEX triplet: DD, 65 and 71. RGB value is (221,101,113). Sum of RGB (Red+Green+Blue) = 221+101+113=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6571 is #229A8E. Grayscale: #8A8A8A. Windows color (decimal): -2267791 or 7431645. OLE color: 7431645.

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

Color convert

RGB 221 101 113 -
CMYK 0 0.54 0.49 0.13
HSL 354º 0.64% 0.63% -
HSV(B) 354º 0.54% 0.87% -
XYZ 37.45 25.87 18.64 -
YUV 138.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 221 101 113 0 0.54 0.49 0.13 354 0.64 0.63
Hex DD 65 71 0 36 31 D 162 40 3F
Octal 335 145 161 0 66 61 15 542 100 77
Binary 11011101 1100101 1110001 0 110110 110001 1101 101100010 1000000 111111

Color Harmonies of #DD6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6571

Black with #DD6571

Text Example


Text Example

White with #DD6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6571; }

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

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

background-color css

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

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

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

border-color css

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

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

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