Html Css Color HEX #D0827E Sea Pink

📋 copy color: '#D0827E'

red 208 ◦ green 130 ◦ blue 126

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

Shades of Sea Pink #D0827E

Tints of Sea Pink #D0827E

RGB

 RED value IS 208 (81.64% from 255) = 44.83%

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

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

R = 44.83%
G = 28.02%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0827E (or 0xD0827E) is known color: Sea Pink. HEX triplet: D0, 82 and 7E. RGB value is (208,130,126). Sum of RGB (Red+Green+Blue) = 208+130+126=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0827E is #2F7D81. Grayscale: #989898. Windows color (decimal): -3112322 or 8291024. OLE color: 8291024.

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

Color convert

RGB 208 130 126 -
CMYK 0 0.38 0.39 0.18
HSL 2.93º 0.47% 0.65% -
HSV(B) 2.93º 0.39% 0.82% -
XYZ 37.76 30.88 23.71 -
YUV 152.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 208 130 126 0 0.38 0.39 0.18 2.93 0.47 0.65
Hex D0 82 7E 0 26 27 12 3 2F 41
Octal 320 202 176 0 46 47 22 3 57 101
Binary 11010000 10000010 1111110 0 100110 100111 10010 11 101111 1000001

Color Harmonies of #D0827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0827E

Black with #D0827E

Text Example


Text Example

White with #D0827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0827E; }

 p { color: rgb(208,130,126); }

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

background-color css

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

 a { background-color: rgb(208,130,126); }

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

border-color css

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

 span { border-color: rgb(208,130,126); }

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