Html Css Color HEX #DC8882 Sea Pink

📋 copy color: '#DC8882'

red 220 ◦ green 136 ◦ blue 130

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

Shades of Sea Pink #DC8882

Tints of Sea Pink #DC8882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.75%

R = 45.27%
G = 27.98%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC8882 (or 0xDC8882) is known color: Sea Pink. HEX triplet: DC, 88 and 82. RGB value is (220,136,130). Sum of RGB (Red+Green+Blue) = 220+136+130=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8882 is #23777D. Grayscale: #A0A0A0. Windows color (decimal): -2324350 or 8554716. OLE color: 8554716.

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

Color convert

RGB 220 136 130 -
CMYK 0 0.38 0.41 0.14
HSL 0.56% 0.69% -
HSV(B) 0.41% 0.86% -
XYZ 42.35 34.44 25.53 -
YUV 160.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 220 136 130 0 0.38 0.41 0.14 4 0.56 0.69
Hex DC 88 82 0 26 29 E 4 38 45
Octal 334 210 202 0 46 51 16 4 70 105
Binary 11011100 10001000 10000010 0 100110 101001 1110 100 111000 1000101

Color Harmonies of #DC8882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8882

Black with #DC8882

Text Example


Text Example

White with #DC8882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8882; }

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

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

background-color css

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

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

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

border-color css

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

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

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