Html Css Color HEX #DD757C Froly

📋 copy color: '#DD757C'

red 221 ◦ green 117 ◦ blue 124

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

Shades of Froly #DD757C

Tints of Froly #DD757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 47.84%
G = 25.32%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD757C (or 0xDD757C) is known color: Froly. HEX triplet: DD, 75 and 7C. RGB value is (221,117,124). Sum of RGB (Red+Green+Blue) = 221+117+124=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD757C is #228A83. Grayscale: #949494. Windows color (decimal): -2263684 or 8156637. OLE color: 8156637.

HSL color Cylindrical-coordinate representation of color #DD757C: hue angle of 355.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD757C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 124 -
CMYK 0 0.47 0.44 0.13
HSL 355.96º 0.6% 0.66% -
HSV(B) 355.96º 0.47% 0.87% -
XYZ 39.82 29.55 22.67 -
YUV 148.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 221 117 124 0 0.47 0.44 0.13 355.96 0.6 0.66
Hex DD 75 7C 0 2F 2C D 164 3C 42
Octal 335 165 174 0 57 54 15 544 74 102
Binary 11011101 1110101 1111100 0 101111 101100 1101 101100100 111100 1000010

Color Harmonies of #DD757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD757C

Black with #DD757C

Text Example


Text Example

White with #DD757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD757C; }

 p { color: rgb(221,117,124); }

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

background-color css

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

 a { background-color: rgb(221,117,124); }

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

border-color css

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

 span { border-color: rgb(221,117,124); }

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