Html Css Color HEX #DD6A72 Froly

📋 copy color: '#DD6A72'

red 221 ◦ green 106 ◦ blue 114

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

Shades of Froly #DD6A72

Tints of Froly #DD6A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.04%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 50.11%
G = 24.04%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6A72 (or 0xDD6A72) is known color: Froly. HEX triplet: DD, 6A and 72. RGB value is (221,106,114). Sum of RGB (Red+Green+Blue) = 221+106+114=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A72 is #22958D. Grayscale: #8D8D8D. Windows color (decimal): -2266510 or 7498461. OLE color: 7498461.

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

Color convert

RGB 221 106 114 -
CMYK 0 0.52 0.48 0.13
HSL 355.83º 0.63% 0.64% -
HSV(B) 355.83º 0.52% 0.87% -
XYZ 38.01 26.9 19.11 -
YUV 141.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 221 106 114 0 0.52 0.48 0.13 355.83 0.63 0.64
Hex DD 6A 72 0 34 30 D 164 3F 40
Octal 335 152 162 0 64 60 15 544 77 100
Binary 11011101 1101010 1110010 0 110100 110000 1101 101100100 111111 1000000

Color Harmonies of #DD6A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A72

Black with #DD6A72

Text Example


Text Example

White with #DD6A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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