Html Css Color HEX #DD6A71 Froly

📋 copy color: '#DD6A71'

red 221 ◦ green 106 ◦ blue 113

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

Shades of Froly #DD6A71

Tints of Froly #DD6A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

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

R = 50.23%
G = 24.09%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD6A71 (or 0xDD6A71) is known color: Froly. HEX triplet: DD, 6A and 71. RGB value is (221,106,113). Sum of RGB (Red+Green+Blue) = 221+106+113=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A71 is #22958E. Grayscale: #8D8D8D. Windows color (decimal): -2266511 or 7432925. OLE color: 7432925.

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

Color convert

RGB 221 106 113 -
CMYK 0 0.52 0.49 0.13
HSL 356.35º 0.63% 0.64% -
HSV(B) 356.35º 0.52% 0.87% -
XYZ 37.95 26.87 18.81 -
YUV 141.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 221 106 113 0 0.52 0.49 0.13 356.35 0.63 0.64
Hex DD 6A 71 0 34 31 D 164 3F 40
Octal 335 152 161 0 64 61 15 544 77 100
Binary 11011101 1101010 1110001 0 110100 110001 1101 101100100 111111 1000000

Color Harmonies of #DD6A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A71

Black with #DD6A71

Text Example


Text Example

White with #DD6A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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