Html Css Color HEX #D2847F Sea Pink

📋 copy color: '#D2847F'

red 210 ◦ green 132 ◦ blue 127

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

Shades of Sea Pink #D2847F

Tints of Sea Pink #D2847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.14%

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

R = 44.78%
G = 28.14%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2847F (or 0xD2847F) is known color: Sea Pink. HEX triplet: D2, 84 and 7F. RGB value is (210,132,127). Sum of RGB (Red+Green+Blue) = 210+132+127=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2847F is #2D7B80. Grayscale: #9A9A9A. Windows color (decimal): -2980737 or 8357074. OLE color: 8357074.

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

Color convert

RGB 210 132 127 -
CMYK 0 0.37 0.40 0.18
HSL 3.61º 0.48% 0.66% -
HSV(B) 3.61º 0.4% 0.82% -
XYZ 38.66 31.74 24.17 -
YUV 154.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 210 132 127 0 0.37 0.40 0.18 3.61 0.48 0.66
Hex D2 84 7F 0 25 28 12 4 30 42
Octal 322 204 177 0 45 50 22 4 60 102
Binary 11010010 10000100 1111111 0 100101 101000 10010 100 110000 1000010

Color Harmonies of #D2847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2847F

Black with #D2847F

Text Example


Text Example

White with #D2847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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