Html Css Color HEX #DD807F Sea Pink

📋 copy color: '#DD807F'

red 221 ◦ green 128 ◦ blue 127

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

Shades of Sea Pink #DD807F

Tints of Sea Pink #DD807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.68%

R = 46.43%
G = 26.89%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD807F (or 0xDD807F) is known color: Sea Pink. HEX triplet: DD, 80 and 7F. RGB value is (221,128,127). Sum of RGB (Red+Green+Blue) = 221+128+127=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD807F is #227F80. Grayscale: #9B9B9B. Windows color (decimal): -2260865 or 8356061. OLE color: 8356061.

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

Color convert

RGB 221 128 127 -
CMYK 0 0.42 0.43 0.13
HSL 0.64º 0.58% 0.68% -
HSV(B) 0.64º 0.43% 0.87% -
XYZ 41.37 32.34 24.14 -
YUV 155.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 221 128 127 0 0.42 0.43 0.13 0.64 0.58 0.68
Hex DD 80 7F 0 2A 2B D 1 3A 44
Octal 335 200 177 0 52 53 15 1 72 104
Binary 11011101 10000000 1111111 0 101010 101011 1101 1 111010 1000100

Color Harmonies of #DD807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD807F

Black with #DD807F

Text Example


Text Example

White with #DD807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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