Html Css Color HEX #DC8885 Sea Pink

📋 copy color: '#DC8885'

red 220 ◦ green 136 ◦ blue 133

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

Shades of Sea Pink #DC8885

Tints of Sea Pink #DC8885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.81%

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

R = 44.99%
G = 27.81%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC8885 (or 0xDC8885) is known color: Sea Pink. HEX triplet: DC, 88 and 85. RGB value is (220,136,133). Sum of RGB (Red+Green+Blue) = 220+136+133=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8885 is #23777A. Grayscale: #A0A0A0. Windows color (decimal): -2324347 or 8751324. OLE color: 8751324.

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

Color convert

RGB 220 136 133 -
CMYK 0 0.38 0.40 0.14
HSL 2.07º 0.55% 0.69% -
HSV(B) 2.07º 0.4% 0.86% -
XYZ 42.55 34.52 26.61 -
YUV 160.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 220 136 133 0 0.38 0.40 0.14 2.07 0.55 0.69
Hex DC 88 85 0 26 28 E 2 37 45
Octal 334 210 205 0 46 50 16 2 67 105
Binary 11011100 10001000 10000101 0 100110 101000 1110 10 110111 1000101

Color Harmonies of #DC8885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8885

Black with #DC8885

Text Example


Text Example

White with #DC8885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8885; }

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

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

background-color css

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

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

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

border-color css

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

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

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