Html Css Color HEX #D2837D Sea Pink

📋 copy color: '#D2837D'

red 210 ◦ green 131 ◦ blue 125

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

Shades of Sea Pink #D2837D

Tints of Sea Pink #D2837D

RGB

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

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

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

R = 45.06%
G = 28.11%
B = 26.82%

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

#D2837D (or 0xD2837D) is known color: Sea Pink. HEX triplet: D2, 83 and 7D. RGB value is (210,131,125). Sum of RGB (Red+Green+Blue) = 210+131+125=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2837D is #2D7C82. Grayscale: #9A9A9A. Windows color (decimal): -2980995 or 8225746. OLE color: 8225746.

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

Color convert

RGB 210 131 125 -
CMYK 0 0.38 0.40 0.18
HSL 4.24º 0.49% 0.66% -
HSV(B) 4.24º 0.4% 0.82% -
XYZ 38.4 31.41 23.44 -
YUV 153.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 210 131 125 0 0.38 0.40 0.18 4.24 0.49 0.66
Hex D2 83 7D 0 26 28 12 4 31 42
Octal 322 203 175 0 46 50 22 4 61 102
Binary 11010010 10000011 1111101 0 100110 101000 10010 100 110001 1000010

Color Harmonies of #D2837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2837D

Black with #D2837D

Text Example


Text Example

White with #D2837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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