Html Css Color HEX #DD5D6F Froly

📋 copy color: '#DD5D6F'

red 221 ◦ green 93 ◦ blue 111

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

Shades of Froly #DD5D6F

Tints of Froly #DD5D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.88%

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 52%
G = 21.88%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD5D6F (or 0xDD5D6F) is known color: Froly. HEX triplet: DD, 5D and 6F. RGB value is (221,93,111). Sum of RGB (Red+Green+Blue) = 221+93+111=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D6F is #22A290. Grayscale: #858585. Windows color (decimal): -2269841 or 7298525. OLE color: 7298525.

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

Color convert

RGB 221 93 111 -
CMYK 0 0.58 0.50 0.13
HSL 351.56º 0.65% 0.62% -
HSV(B) 351.56º 0.58% 0.87% -
XYZ 36.6 24.35 17.81 -
YUV 133.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 221 93 111 0 0.58 0.50 0.13 351.56 0.65 0.62
Hex DD 5D 6F 0 3A 32 D 160 41 3E
Octal 335 135 157 0 72 62 15 540 101 76
Binary 11011101 1011101 1101111 0 111010 110010 1101 101100000 1000001 111110

Color Harmonies of #DD5D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D6F

Black with #DD5D6F

Text Example


Text Example

White with #DD5D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D6F; }

 p { color: rgb(221,93,111); }

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

background-color css

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

 a { background-color: rgb(221,93,111); }

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

border-color css

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

 span { border-color: rgb(221,93,111); }

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