Html Css Color HEX #DC837D Sea Pink

📋 copy color: '#DC837D'

red 220 ◦ green 131 ◦ blue 125

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

Shades of Sea Pink #DC837D

Tints of Sea Pink #DC837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

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

R = 46.22%
G = 27.52%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC837D (or 0xDC837D) is known color: Sea Pink. HEX triplet: DC, 83 and 7D. RGB value is (220,131,125). Sum of RGB (Red+Green+Blue) = 220+131+125=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC837D is #237C82. Grayscale: #9D9D9D. Windows color (decimal): -2325635 or 8225756. OLE color: 8225756.

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

Color convert

RGB 220 131 125 -
CMYK 0 0.40 0.43 0.14
HSL 3.79º 0.58% 0.68% -
HSV(B) 3.79º 0.43% 0.86% -
XYZ 41.33 32.93 23.58 -
YUV 156.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 220 131 125 0 0.40 0.43 0.14 3.79 0.58 0.68
Hex DC 83 7D 0 28 2B E 4 3A 44
Octal 334 203 175 0 50 53 16 4 72 104
Binary 11011100 10000011 1111101 0 101000 101011 1110 100 111010 1000100

Color Harmonies of #DC837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC837D

Black with #DC837D

Text Example


Text Example

White with #DC837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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