Html Css Color HEX #DD727A Froly

📋 copy color: '#DD727A'

red 221 ◦ green 114 ◦ blue 122

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

Shades of Froly #DD727A

Tints of Froly #DD727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.95%

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

R = 48.36%
G = 24.95%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD727A (or 0xDD727A) is known color: Froly. HEX triplet: DD, 72 and 7A. RGB value is (221,114,122). Sum of RGB (Red+Green+Blue) = 221+114+122=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD727A is #228D85. Grayscale: #929292. Windows color (decimal): -2264454 or 8024797. OLE color: 8024797.

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

Color convert

RGB 221 114 122 -
CMYK 0 0.48 0.45 0.13
HSL 355.51º 0.61% 0.66% -
HSV(B) 355.51º 0.48% 0.87% -
XYZ 39.35 28.81 21.9 -
YUV 146.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 221 114 122 0 0.48 0.45 0.13 355.51 0.61 0.66
Hex DD 72 7A 0 30 2D D 164 3D 42
Octal 335 162 172 0 60 55 15 544 75 102
Binary 11011101 1110010 1111010 0 110000 101101 1101 101100100 111101 1000010

Color Harmonies of #DD727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD727A

Black with #DD727A

Text Example


Text Example

White with #DD727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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