Html Css Color HEX #DD8985 Sea Pink

📋 copy color: '#DD8985'

red 221 ◦ green 137 ◦ blue 133

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

Shades of Sea Pink #DD8985

Tints of Sea Pink #DD8985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.9%

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 45.01%
G = 27.9%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD8985 (or 0xDD8985) is known color: Sea Pink. HEX triplet: DD, 89 and 85. RGB value is (221,137,133). Sum of RGB (Red+Green+Blue) = 221+137+133=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8985 is #22767A. Grayscale: #A1A1A1. Windows color (decimal): -2258555 or 8751581. OLE color: 8751581.

HSL color Cylindrical-coordinate representation of color #DD8985: hue angle of 2.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8985 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 133 -
CMYK 0 0.38 0.40 0.13
HSL 2.73º 0.56% 0.69% -
HSV(B) 2.73º 0.4% 0.87% -
XYZ 43 34.96 26.67 -
YUV 161.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 221 137 133 0 0.38 0.40 0.13 2.73 0.56 0.69
Hex DD 89 85 0 26 28 D 3 38 45
Octal 335 211 205 0 46 50 15 3 70 105
Binary 11011101 10001001 10000101 0 100110 101000 1101 11 111000 1000101

Color Harmonies of #DD8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8985

Black with #DD8985

Text Example


Text Example

White with #DD8985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8985; }

 p { color: rgb(221,137,133); }

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

background-color css

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

 a { background-color: rgb(221,137,133); }

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

border-color css

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

 span { border-color: rgb(221,137,133); }

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