Html Css Color HEX #DD807B Sea Pink

📋 copy color: '#DD807B'

red 221 ◦ green 128 ◦ blue 123

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

Shades of Sea Pink #DD807B

Tints of Sea Pink #DD807B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.06%

R = 46.82%
G = 27.12%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD807B (or 0xDD807B) is known color: Sea Pink. HEX triplet: DD, 80 and 7B. RGB value is (221,128,123). Sum of RGB (Red+Green+Blue) = 221+128+123=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD807B is #227F84. Grayscale: #9B9B9B. Windows color (decimal): -2260869 or 8093917. OLE color: 8093917.

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

Color convert

RGB 221 128 123 -
CMYK 0 0.42 0.44 0.13
HSL 3.06º 0.59% 0.67% -
HSV(B) 3.06º 0.44% 0.87% -
XYZ 41.11 32.24 22.8 -
YUV 155.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 221 128 123 0 0.42 0.44 0.13 3.06 0.59 0.67
Hex DD 80 7B 0 2A 2C D 3 3B 43
Octal 335 200 173 0 52 54 15 3 73 103
Binary 11011101 10000000 1111011 0 101010 101100 1101 11 111011 1000011

Color Harmonies of #DD807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD807B

Black with #DD807B

Text Example


Text Example

White with #DD807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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