Html Css Color HEX #DD5E70 Froly

📋 copy color: '#DD5E70'

red 221 ◦ green 94 ◦ blue 112

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

Shades of Froly #DD5E70

Tints of Froly #DD5E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.23%

R = 51.76%
G = 22.01%
B = 26.23%

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

#DD5E70 (or 0xDD5E70) is known color: Froly. HEX triplet: DD, 5E and 70. RGB value is (221,94,112). Sum of RGB (Red+Green+Blue) = 221+94+112=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E70 is #22A18F. Grayscale: #868686. Windows color (decimal): -2269584 or 7364317. OLE color: 7364317.

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

Color convert

RGB 221 94 112 -
CMYK 0 0.57 0.49 0.13
HSL 351.5º 0.65% 0.62% -
HSV(B) 351.5º 0.57% 0.87% -
XYZ 36.75 24.55 18.13 -
YUV 134.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 221 94 112 0 0.57 0.49 0.13 351.5 0.65 0.62
Hex DD 5E 70 0 39 31 D 15F 41 3E
Octal 335 136 160 0 71 61 15 537 101 76
Binary 11011101 1011110 1110000 0 111001 110001 1101 101011111 1000001 111110

Color Harmonies of #DD5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E70

Black with #DD5E70

Text Example


Text Example

White with #DD5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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