Html Css Color HEX #DC867D Sea Pink

📋 copy color: '#DC867D'

red 220 ◦ green 134 ◦ blue 125

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

Shades of Sea Pink #DC867D

Tints of Sea Pink #DC867D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 45.93%
G = 27.97%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC867D (or 0xDC867D) is known color: Sea Pink. HEX triplet: DC, 86 and 7D. RGB value is (220,134,125). Sum of RGB (Red+Green+Blue) = 220+134+125=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC867D is #237982. Grayscale: #9E9E9E. Windows color (decimal): -2324867 or 8226524. OLE color: 8226524.

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

Color convert

RGB 220 134 125 -
CMYK 0 0.39 0.43 0.14
HSL 5.68º 0.58% 0.68% -
HSV(B) 5.68º 0.43% 0.86% -
XYZ 41.74 33.75 23.72 -
YUV 158.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 220 134 125 0 0.39 0.43 0.14 5.68 0.58 0.68
Hex DC 86 7D 0 27 2B E 6 3A 44
Octal 334 206 175 0 47 53 16 6 72 104
Binary 11011100 10000110 1111101 0 100111 101011 1110 110 111010 1000100

Color Harmonies of #DC867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC867D

Black with #DC867D

Text Example


Text Example

White with #DC867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC867D; }

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

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

background-color css

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

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

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

border-color css

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

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

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