Html Css Color HEX #DC877F Sea Pink

📋 copy color: '#DC877F'

red 220 ◦ green 135 ◦ blue 127

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

Shades of Sea Pink #DC877F

Tints of Sea Pink #DC877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.01%

 BLUE value IS 127 (50% from 255) = 26.35%

R = 45.64%
G = 28.01%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC877F (or 0xDC877F) is known color: Sea Pink. HEX triplet: DC, 87 and 7F. RGB value is (220,135,127). Sum of RGB (Red+Green+Blue) = 220+135+127=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC877F is #237880. Grayscale: #9F9F9F. Windows color (decimal): -2324609 or 8357852. OLE color: 8357852.

HSL color Cylindrical-coordinate representation of color #DC877F: hue angle of 5.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC877F is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 135 127 -
CMYK 0 0.39 0.42 0.14
HSL 5.16º 0.57% 0.68% -
HSV(B) 5.16º 0.42% 0.86% -
XYZ 42.01 34.08 24.44 -
YUV 159.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 220 135 127 0 0.39 0.42 0.14 5.16 0.57 0.68
Hex DC 87 7F 0 27 2A E 5 39 44
Octal 334 207 177 0 47 52 16 5 71 104
Binary 11011100 10000111 1111111 0 100111 101010 1110 101 111001 1000100

Color Harmonies of #DC877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC877F

Black with #DC877F

Text Example


Text Example

White with #DC877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC877F; }

 p { color: rgb(220,135,127); }

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

background-color css

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

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

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

border-color css

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

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

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