Html Css Color HEX #DD5E72 Froly

📋 copy color: '#DD5E72'

red 221 ◦ green 94 ◦ blue 114

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

Shades of Froly #DD5E72

Tints of Froly #DD5E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 51.52%
G = 21.91%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5E72 (or 0xDD5E72) is known color: Froly. HEX triplet: DD, 5E and 72. RGB value is (221,94,114). Sum of RGB (Red+Green+Blue) = 221+94+114=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E72 is #22A18D. Grayscale: #868686. Windows color (decimal): -2269582 or 7495389. OLE color: 7495389.

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

Color convert

RGB 221 94 114 -
CMYK 0 0.57 0.48 0.13
HSL 350.55º 0.65% 0.62% -
HSV(B) 350.55º 0.57% 0.87% -
XYZ 36.86 24.59 18.72 -
YUV 134.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 221 94 114 0 0.57 0.48 0.13 350.55 0.65 0.62
Hex DD 5E 72 0 39 30 D 15F 41 3E
Octal 335 136 162 0 71 60 15 537 101 76
Binary 11011101 1011110 1110010 0 111001 110000 1101 101011111 1000001 111110

Color Harmonies of #DD5E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E72

Black with #DD5E72

Text Example


Text Example

White with #DD5E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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