Html Css Color HEX #DD757A Froly

📋 copy color: '#DD757A'

red 221 ◦ green 117 ◦ blue 122

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

Shades of Froly #DD757A

Tints of Froly #DD757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 48.04%
G = 25.43%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD757A (or 0xDD757A) is known color: Froly. HEX triplet: DD, 75 and 7A. RGB value is (221,117,122). Sum of RGB (Red+Green+Blue) = 221+117+122=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD757A is #228A85. Grayscale: #949494. Windows color (decimal): -2263686 or 8025565. OLE color: 8025565.

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

Color convert

RGB 221 117 122 -
CMYK 0 0.47 0.45 0.13
HSL 357.12º 0.6% 0.66% -
HSV(B) 357.12º 0.47% 0.87% -
XYZ 39.69 29.5 22.01 -
YUV 148.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 221 117 122 0 0.47 0.45 0.13 357.12 0.6 0.66
Hex DD 75 7A 0 2F 2D D 165 3C 42
Octal 335 165 172 0 57 55 15 545 74 102
Binary 11011101 1110101 1111010 0 101111 101101 1101 101100101 111100 1000010

Color Harmonies of #DD757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD757A

Black with #DD757A

Text Example


Text Example

White with #DD757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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