Html Css Color HEX #DD807A Sea Pink

📋 copy color: '#DD807A'

red 221 ◦ green 128 ◦ blue 122

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

Shades of Sea Pink #DD807A

Tints of Sea Pink #DD807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.9%

R = 46.92%
G = 27.18%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD807A (or 0xDD807A) is known color: Sea Pink. HEX triplet: DD, 80 and 7A. RGB value is (221,128,122). Sum of RGB (Red+Green+Blue) = 221+128+122=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD807A is #227F85. Grayscale: #9B9B9B. Windows color (decimal): -2260870 or 8028381. OLE color: 8028381.

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

Color convert

RGB 221 128 122 -
CMYK 0 0.42 0.45 0.13
HSL 3.64º 0.59% 0.67% -
HSV(B) 3.64º 0.45% 0.87% -
XYZ 41.05 32.22 22.47 -
YUV 155.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 221 128 122 0 0.42 0.45 0.13 3.64 0.59 0.67
Hex DD 80 7A 0 2A 2D D 4 3B 43
Octal 335 200 172 0 52 55 15 4 73 103
Binary 11011101 10000000 1111010 0 101010 101101 1101 100 111011 1000011

Color Harmonies of #DD807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD807A

Black with #DD807A

Text Example


Text Example

White with #DD807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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