Html Css Color HEX #DD8785 Sea Pink

📋 copy color: '#DD8785'

red 221 ◦ green 135 ◦ blue 133

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

Shades of Sea Pink #DD8785

Tints of Sea Pink #DD8785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

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

R = 45.19%
G = 27.61%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD8785 (or 0xDD8785) is known color: Sea Pink. HEX triplet: DD, 87 and 85. RGB value is (221,135,133). Sum of RGB (Red+Green+Blue) = 221+135+133=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8785 is #22787A. Grayscale: #A0A0A0. Windows color (decimal): -2259067 or 8751069. OLE color: 8751069.

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

Color convert

RGB 221 135 133 -
CMYK 0 0.39 0.40 0.13
HSL 1.36º 0.56% 0.69% -
HSV(B) 1.36º 0.4% 0.87% -
XYZ 42.72 34.39 26.58 -
YUV 160.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 221 135 133 0 0.39 0.40 0.13 1.36 0.56 0.69
Hex DD 87 85 0 27 28 D 1 38 45
Octal 335 207 205 0 47 50 15 1 70 105
Binary 11011101 10000111 10000101 0 100111 101000 1101 1 111000 1000101

Color Harmonies of #DD8785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8785

Black with #DD8785

Text Example


Text Example

White with #DD8785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8785; }

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

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

background-color css

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

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

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

border-color css

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

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

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