Html Css Color HEX #DD757F Froly

📋 copy color: '#DD757F'

red 221 ◦ green 117 ◦ blue 127

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

Shades of Froly #DD757F

Tints of Froly #DD757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.31%

R = 47.53%
G = 25.16%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD757F (or 0xDD757F) is known color: Froly. HEX triplet: DD, 75 and 7F. RGB value is (221,117,127). Sum of RGB (Red+Green+Blue) = 221+117+127=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD757F is #228A80. Grayscale: #959595. Windows color (decimal): -2263681 or 8353245. OLE color: 8353245.

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

Color convert

RGB 221 117 127 -
CMYK 0 0.47 0.43 0.13
HSL 354.23º 0.6% 0.66% -
HSV(B) 354.23º 0.47% 0.87% -
XYZ 40.01 29.63 23.69 -
YUV 149.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 221 117 127 0 0.47 0.43 0.13 354.23 0.6 0.66
Hex DD 75 7F 0 2F 2B D 162 3C 42
Octal 335 165 177 0 57 53 15 542 74 102
Binary 11011101 1110101 1111111 0 101111 101011 1101 101100010 111100 1000010

Color Harmonies of #DD757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD757F

Black with #DD757F

Text Example


Text Example

White with #DD757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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