Html Css Color HEX #DD8081 Froly

📋 copy color: '#DD8081'

red 221 ◦ green 128 ◦ blue 129

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

Shades of Froly #DD8081

Tints of Froly #DD8081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

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

R = 46.23%
G = 26.78%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD8081 (or 0xDD8081) is known color: Froly. HEX triplet: DD, 80 and 81. RGB value is (221,128,129). Sum of RGB (Red+Green+Blue) = 221+128+129=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8081 is #227F7E. Grayscale: #9C9C9C. Windows color (decimal): -2260863 or 8487133. OLE color: 8487133.

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

Color convert

RGB 221 128 129 -
CMYK 0 0.42 0.42 0.13
HSL 359.35º 0.58% 0.68% -
HSV(B) 359.35º 0.42% 0.87% -
XYZ 41.5 32.4 24.83 -
YUV 155.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 221 128 129 0 0.42 0.42 0.13 359.35 0.58 0.68
Hex DD 80 81 0 2A 2A D 167 3A 44
Octal 335 200 201 0 52 52 15 547 72 104
Binary 11011101 10000000 10000001 0 101010 101010 1101 101100111 111010 1000100

Color Harmonies of #DD8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8081

Black with #DD8081

Text Example


Text Example

White with #DD8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8081; }

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

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

background-color css

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

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

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

border-color css

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

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

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