Html Css Color HEX #D2837E Sea Pink

📋 copy color: '#D2837E'

red 210 ◦ green 131 ◦ blue 126

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

Shades of Sea Pink #D2837E

Tints of Sea Pink #D2837E

RGB

 RED value IS 210 (82.42% from 255) = 44.97%

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

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 44.97%
G = 28.05%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2837E (or 0xD2837E) is known color: Sea Pink. HEX triplet: D2, 83 and 7E. RGB value is (210,131,126). Sum of RGB (Red+Green+Blue) = 210+131+126=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2837E is #2D7C81. Grayscale: #9A9A9A. Windows color (decimal): -2980994 or 8291282. OLE color: 8291282.

HSL color Cylindrical-coordinate representation of color #D2837E: hue angle of 3.57º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2837E is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 131 126 -
CMYK 0 0.38 0.4 0.18
HSL 3.57º 0.48% 0.66% -
HSV(B) 3.57º 0.4% 0.82% -
XYZ 38.46 31.44 23.78 -
YUV 154.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 210 131 126 0 0.38 0.4 0.18 3.57 0.48 0.66
Hex D2 83 7E 0 26 28 12 4 30 42
Octal 322 203 176 0 46 50 22 4 60 102
Binary 11010010 10000011 1111110 0 100110 101000 10010 100 110000 1000010

Color Harmonies of #D2837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2837E

Black with #D2837E

Text Example


Text Example

White with #D2837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2837E; }

 p { color: rgb(210,131,126); }

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

background-color css

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

 a { background-color: rgb(210,131,126); }

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

border-color css

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

 span { border-color: rgb(210,131,126); }

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