Html Css Color HEX #DD7D82 Froly

📋 copy color: '#DD7D82'

red 221 ◦ green 125 ◦ blue 130

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

Shades of Froly #DD7D82

Tints of Froly #DD7D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.26%

 BLUE value IS 130 (51.17% from 255) = 27.31%

R = 46.43%
G = 26.26%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD7D82 (or 0xDD7D82) is known color: Froly. HEX triplet: DD, 7D and 82. RGB value is (221,125,130). Sum of RGB (Red+Green+Blue) = 221+125+130=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D82 is #22827D. Grayscale: #9A9A9A. Windows color (decimal): -2261630 or 8551901. OLE color: 8551901.

HSL color Cylindrical-coordinate representation of color #DD7D82: hue angle of 356.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7D82 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 125 130 -
CMYK 0 0.43 0.41 0.13
HSL 356.88º 0.59% 0.68% -
HSV(B) 356.88º 0.43% 0.87% -
XYZ 41.18 31.65 25.06 -
YUV 154.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 221 125 130 0 0.43 0.41 0.13 356.88 0.59 0.68
Hex DD 7D 82 0 2B 29 D 165 3B 44
Octal 335 175 202 0 53 51 15 545 73 104
Binary 11011101 1111101 10000010 0 101011 101001 1101 101100101 111011 1000100

Color Harmonies of #DD7D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D82

Black with #DD7D82

Text Example


Text Example

White with #DD7D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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