Html Css Color HEX #DD7E81 Froly

📋 copy color: '#DD7E81'

red 221 ◦ green 126 ◦ blue 129

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

Shades of Froly #DD7E81

Tints of Froly #DD7E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.47%

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 46.43%
G = 26.47%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD7E81 (or 0xDD7E81) is known color: Froly. HEX triplet: DD, 7E and 81. RGB value is (221,126,129). Sum of RGB (Red+Green+Blue) = 221+126+129=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E81 is #22817E. Grayscale: #9A9A9A. Windows color (decimal): -2261375 or 8486621. OLE color: 8486621.

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

Color convert

RGB 221 126 129 -
CMYK 0 0.43 0.42 0.13
HSL 358.11º 0.58% 0.68% -
HSV(B) 358.11º 0.43% 0.87% -
XYZ 41.24 31.88 24.75 -
YUV 154.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 221 126 129 0 0.43 0.42 0.13 358.11 0.58 0.68
Hex DD 7E 81 0 2B 2A D 166 3A 44
Octal 335 176 201 0 53 52 15 546 72 104
Binary 11011101 1111110 10000001 0 101011 101010 1101 101100110 111010 1000100

Color Harmonies of #DD7E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E81

Black with #DD7E81

Text Example


Text Example

White with #DD7E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E81; }

 p { color: rgb(221,126,129); }

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

background-color css

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

 a { background-color: rgb(221,126,129); }

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

border-color css

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

 span { border-color: rgb(221,126,129); }

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