Html Css Color HEX #DC8585 Sea Pink

📋 copy color: '#DC8585'

red 220 ◦ green 133 ◦ blue 133

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

Shades of Sea Pink #DC8585

Tints of Sea Pink #DC8585

RGB

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

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

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

R = 45.27%
G = 27.37%
B = 27.37%

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

#DC8585 (or 0xDC8585) is known color: Sea Pink. HEX triplet: DC, 85 and 85. RGB value is (220,133,133). Sum of RGB (Red+Green+Blue) = 220+133+133=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8585 is #237A7A. Grayscale: #9F9F9F. Windows color (decimal): -2325115 or 8750556. OLE color: 8750556.

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

Color convert

RGB 220 133 133 -
CMYK 0 0.40 0.40 0.14
HSL 0.55% 0.69% -
HSV(B) 0.4% 0.86% -
XYZ 42.14 33.68 26.47 -
YUV 159.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 220 133 133 0 0.40 0.40 0.14 0 0.55 0.69
Hex DC 85 85 0 28 28 E 0 37 45
Octal 334 205 205 0 50 50 16 0 67 105
Binary 11011100 10000101 10000101 0 101000 101000 1110 0 110111 1000101

Color Harmonies of #DC8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8585

Black with #DC8585

Text Example


Text Example

White with #DC8585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8585; }

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

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

background-color css

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

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

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

border-color css

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

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

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