Html Css Color HEX #DC867F Sea Pink

📋 copy color: '#DC867F'

red 220 ◦ green 134 ◦ blue 127

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

Shades of Sea Pink #DC867F

Tints of Sea Pink #DC867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.86%

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

R = 45.74%
G = 27.86%
B = 26.4%

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

#DC867F (or 0xDC867F) is known color: Sea Pink. HEX triplet: DC, 86 and 7F. RGB value is (220,134,127). Sum of RGB (Red+Green+Blue) = 220+134+127=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC867F is #237980. Grayscale: #9F9F9F. Windows color (decimal): -2324865 or 8357596. OLE color: 8357596.

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

Color convert

RGB 220 134 127 -
CMYK 0 0.39 0.42 0.14
HSL 4.52º 0.57% 0.68% -
HSV(B) 4.52º 0.42% 0.86% -
XYZ 41.87 33.8 24.4 -
YUV 158.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 220 134 127 0 0.39 0.42 0.14 4.52 0.57 0.68
Hex DC 86 7F 0 27 2A E 5 39 44
Octal 334 206 177 0 47 52 16 5 71 104
Binary 11011100 10000110 1111111 0 100111 101010 1110 101 111001 1000100

Color Harmonies of #DC867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC867F

Black with #DC867F

Text Example


Text Example

White with #DC867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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