Html Css Color HEX #D2837F Sea Pink

📋 copy color: '#D2837F'

red 210 ◦ green 131 ◦ blue 127

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

Shades of Sea Pink #D2837F

Tints of Sea Pink #D2837F

RGB

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

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

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

R = 44.87%
G = 27.99%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2837F (or 0xD2837F) is known color: Sea Pink. HEX triplet: D2, 83 and 7F. RGB value is (210,131,127). Sum of RGB (Red+Green+Blue) = 210+131+127=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2837F is #2D7C80. Grayscale: #9A9A9A. Windows color (decimal): -2980993 or 8356818. OLE color: 8356818.

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

Color convert

RGB 210 131 127 -
CMYK 0 0.38 0.40 0.18
HSL 2.89º 0.48% 0.66% -
HSV(B) 2.89º 0.4% 0.82% -
XYZ 38.53 31.47 24.12 -
YUV 154.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 210 131 127 0 0.38 0.40 0.18 2.89 0.48 0.66
Hex D2 83 7F 0 26 28 12 3 30 42
Octal 322 203 177 0 46 50 22 3 60 102
Binary 11010010 10000011 1111111 0 100110 101000 10010 11 110000 1000010

Color Harmonies of #D2837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2837F

Black with #D2837F

Text Example


Text Example

White with #D2837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2837F; }

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

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

background-color css

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

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

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

border-color css

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

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

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