Html Css Color HEX #DC8883 Sea Pink

📋 copy color: '#DC8883'

red 220 ◦ green 136 ◦ blue 131

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

Shades of Sea Pink #DC8883

Tints of Sea Pink #DC8883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.9%

R = 45.17%
G = 27.93%
B = 26.9%

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

#DC8883 (or 0xDC8883) is known color: Sea Pink. HEX triplet: DC, 88 and 83. RGB value is (220,136,131). Sum of RGB (Red+Green+Blue) = 220+136+131=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8883 is #23777C. Grayscale: #A0A0A0. Windows color (decimal): -2324349 or 8620252. OLE color: 8620252.

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

Color convert

RGB 220 136 131 -
CMYK 0 0.38 0.40 0.14
HSL 3.37º 0.56% 0.69% -
HSV(B) 3.37º 0.4% 0.86% -
XYZ 42.42 34.46 25.89 -
YUV 160.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 220 136 131 0 0.38 0.40 0.14 3.37 0.56 0.69
Hex DC 88 83 0 26 28 E 3 38 45
Octal 334 210 203 0 46 50 16 3 70 105
Binary 11011100 10001000 10000011 0 100110 101000 1110 11 111000 1000101

Color Harmonies of #DC8883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8883

Black with #DC8883

Text Example


Text Example

White with #DC8883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8883; }

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

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

background-color css

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

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

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

border-color css

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

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

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