Html Css Color HEX #D8827D Sea Pink

📋 copy color: '#D8827D'

red 216 ◦ green 130 ◦ blue 125

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

Shades of Sea Pink #D8827D

Tints of Sea Pink #D8827D

RGB

 RED value IS 216 (84.77% from 255) = 45.86%

 GREEN value IS 130 (51.17% from 255) = 27.6%

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

R = 45.86%
G = 27.6%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8827D (or 0xD8827D) is known color: Sea Pink. HEX triplet: D8, 82 and 7D. RGB value is (216,130,125). Sum of RGB (Red+Green+Blue) = 216+130+125=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8827D is #277D82. Grayscale: #9B9B9B. Windows color (decimal): -2588035 or 8225496. OLE color: 8225496.

HSL color Cylindrical-coordinate representation of color #D8827D: hue angle of 3.3º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8827D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 125 -
CMYK 0 0.40 0.42 0.15
HSL 3.3º 0.54% 0.67% -
HSV(B) 3.3º 0.42% 0.85% -
XYZ 40 32.04 23.48 -
YUV 155.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 216 130 125 0 0.40 0.42 0.15 3.3 0.54 0.67
Hex D8 82 7D 0 28 2A F 3 36 43
Octal 330 202 175 0 50 52 17 3 66 103
Binary 11011000 10000010 1111101 0 101000 101010 1111 11 110110 1000011

Color Harmonies of #D8827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8827D

Black with #D8827D

Text Example


Text Example

White with #D8827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8827D; }

 p { color: rgb(216,130,125); }

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

background-color css

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

 a { background-color: rgb(216,130,125); }

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

border-color css

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

 span { border-color: rgb(216,130,125); }

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