Html Css Color HEX #DC8583 Sea Pink

📋 copy color: '#DC8583'

red 220 ◦ green 133 ◦ blue 131

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

Shades of Sea Pink #DC8583

Tints of Sea Pink #DC8583

RGB

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

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

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

R = 45.45%
G = 27.48%
B = 27.07%

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

#DC8583 (or 0xDC8583) is known color: Sea Pink. HEX triplet: DC, 85 and 83. RGB value is (220,133,131). Sum of RGB (Red+Green+Blue) = 220+133+131=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8583 is #237A7C. Grayscale: #9E9E9E. Windows color (decimal): -2325117 or 8619484. OLE color: 8619484.

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

Color convert

RGB 220 133 131 -
CMYK 0 0.40 0.40 0.14
HSL 1.35º 0.56% 0.69% -
HSV(B) 1.35º 0.4% 0.86% -
XYZ 42 33.63 25.75 -
YUV 158.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 220 133 131 0 0.40 0.40 0.14 1.35 0.56 0.69
Hex DC 85 83 0 28 28 E 1 38 45
Octal 334 205 203 0 50 50 16 1 70 105
Binary 11011100 10000101 10000011 0 101000 101000 1110 1 111000 1000101

Color Harmonies of #DC8583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8583

Black with #DC8583

Text Example


Text Example

White with #DC8583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8583; }

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

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

background-color css

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

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

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

border-color css

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

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

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