Html Css Color HEX #DC8584 Sea Pink

📋 copy color: '#DC8584'

red 220 ◦ green 133 ◦ blue 132

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

Shades of Sea Pink #DC8584

Tints of Sea Pink #DC8584

RGB

 RED value IS 220 (86.33% from 255) = 45.36%

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

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

R = 45.36%
G = 27.42%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC8584 (or 0xDC8584) is known color: Sea Pink. HEX triplet: DC, 85 and 84. RGB value is (220,133,132). Sum of RGB (Red+Green+Blue) = 220+133+132=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8584 is #237A7B. Grayscale: #9E9E9E. Windows color (decimal): -2325116 or 8685020. OLE color: 8685020.

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

Color convert

RGB 220 133 132 -
CMYK 0 0.40 0.40 0.14
HSL 0.68º 0.56% 0.69% -
HSV(B) 0.68º 0.4% 0.86% -
XYZ 42.07 33.66 26.11 -
YUV 158.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 220 133 132 0 0.40 0.40 0.14 0.68 0.56 0.69
Hex DC 85 84 0 28 28 E 1 38 45
Octal 334 205 204 0 50 50 16 1 70 105
Binary 11011100 10000101 10000100 0 101000 101000 1110 1 111000 1000101

Color Harmonies of #DC8584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8584

Black with #DC8584

Text Example


Text Example

White with #DC8584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8584; }

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

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

background-color css

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

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

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

border-color css

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

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

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