Html Css Color HEX #DD6B71 Froly

📋 copy color: '#DD6B71'

red 221 ◦ green 107 ◦ blue 113

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

Shades of Froly #DD6B71

Tints of Froly #DD6B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.26%

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

R = 50.11%
G = 24.26%
B = 25.62%

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

#DD6B71 (or 0xDD6B71) is known color: Froly. HEX triplet: DD, 6B and 71. RGB value is (221,107,113). Sum of RGB (Red+Green+Blue) = 221+107+113=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B71 is #22948E. Grayscale: #8D8D8D. Windows color (decimal): -2266255 or 7433181. OLE color: 7433181.

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

Color convert

RGB 221 107 113 -
CMYK 0 0.52 0.49 0.13
HSL 356.84º 0.63% 0.64% -
HSV(B) 356.84º 0.52% 0.87% -
XYZ 38.06 27.08 18.84 -
YUV 141.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 221 107 113 0 0.52 0.49 0.13 356.84 0.63 0.64
Hex DD 6B 71 0 34 31 D 165 3F 40
Octal 335 153 161 0 64 61 15 545 77 100
Binary 11011101 1101011 1110001 0 110100 110001 1101 101100101 111111 1000000

Color Harmonies of #DD6B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B71

Black with #DD6B71

Text Example


Text Example

White with #DD6B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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