Html Css Color HEX #DD8584 Sea Pink

📋 copy color: '#DD8584'

red 221 ◦ green 133 ◦ blue 132

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

Shades of Sea Pink #DD8584

Tints of Sea Pink #DD8584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.37%

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 45.47%
G = 27.37%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD8584 (or 0xDD8584) is known color: Sea Pink. HEX triplet: DD, 85 and 84. RGB value is (221,133,132). Sum of RGB (Red+Green+Blue) = 221+133+132=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8584 is #227A7B. Grayscale: #9F9F9F. Windows color (decimal): -2259580 or 8685021. OLE color: 8685021.

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

Color convert

RGB 221 133 132 -
CMYK 0 0.40 0.40 0.13
HSL 0.67º 0.57% 0.69% -
HSV(B) 0.67º 0.4% 0.87% -
XYZ 42.37 33.81 26.12 -
YUV 159.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 221 133 132 0 0.40 0.40 0.13 0.67 0.57 0.69
Hex DD 85 84 0 28 28 D 1 39 45
Octal 335 205 204 0 50 50 15 1 71 105
Binary 11011101 10000101 10000100 0 101000 101000 1101 1 111001 1000101

Color Harmonies of #DD8584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8584

Black with #DD8584

Text Example


Text Example

White with #DD8584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8584; }

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

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

background-color css

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

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

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

border-color css

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

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

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