Html Css Color HEX #DD5E71 Froly

📋 copy color: '#DD5E71'

red 221 ◦ green 94 ◦ blue 113

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

Shades of Froly #DD5E71

Tints of Froly #DD5E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

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

R = 51.64%
G = 21.96%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD5E71 (or 0xDD5E71) is known color: Froly. HEX triplet: DD, 5E and 71. RGB value is (221,94,113). Sum of RGB (Red+Green+Blue) = 221+94+113=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E71 is #22A18E. Grayscale: #868686. Windows color (decimal): -2269583 or 7429853. OLE color: 7429853.

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

Color convert

RGB 221 94 113 -
CMYK 0 0.57 0.49 0.13
HSL 351.02º 0.65% 0.62% -
HSV(B) 351.02º 0.57% 0.87% -
XYZ 36.8 24.57 18.43 -
YUV 134.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 221 94 113 0 0.57 0.49 0.13 351.02 0.65 0.62
Hex DD 5E 71 0 39 31 D 15F 41 3E
Octal 335 136 161 0 71 61 15 537 101 76
Binary 11011101 1011110 1110001 0 111001 110001 1101 101011111 1000001 111110

Color Harmonies of #DD5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E71

Black with #DD5E71

Text Example


Text Example

White with #DD5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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