Html Css Color HEX #DD727D Froly

📋 copy color: '#DD727D'

red 221 ◦ green 114 ◦ blue 125

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

Shades of Froly #DD727D

Tints of Froly #DD727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 48.04%
G = 24.78%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD727D (or 0xDD727D) is known color: Froly. HEX triplet: DD, 72 and 7D. RGB value is (221,114,125). Sum of RGB (Red+Green+Blue) = 221+114+125=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD727D is #228D82. Grayscale: #939393. Windows color (decimal): -2264451 or 8221405. OLE color: 8221405.

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

Color convert

RGB 221 114 125 -
CMYK 0 0.48 0.43 0.13
HSL 353.83º 0.61% 0.66% -
HSV(B) 353.83º 0.48% 0.87% -
XYZ 39.54 28.89 22.89 -
YUV 147.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 221 114 125 0 0.48 0.43 0.13 353.83 0.61 0.66
Hex DD 72 7D 0 30 2B D 162 3D 42
Octal 335 162 175 0 60 53 15 542 75 102
Binary 11011101 1110010 1111101 0 110000 101011 1101 101100010 111101 1000010

Color Harmonies of #DD727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD727D

Black with #DD727D

Text Example


Text Example

White with #DD727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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