Html Css Color HEX #D0827C Sea Pink

📋 copy color: '#D0827C'

red 208 ◦ green 130 ◦ blue 124

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

Shades of Sea Pink #D0827C

Tints of Sea Pink #D0827C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 45.02%
G = 28.14%
B = 26.84%

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

#D0827C (or 0xD0827C) is known color: Sea Pink. HEX triplet: D0, 82 and 7C. RGB value is (208,130,124). Sum of RGB (Red+Green+Blue) = 208+130+124=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0827C is #2F7D83. Grayscale: #989898. Windows color (decimal): -3112324 or 8159952. OLE color: 8159952.

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

Color convert

RGB 208 130 124 -
CMYK 0 0.38 0.40 0.18
HSL 4.29º 0.47% 0.65% -
HSV(B) 4.29º 0.4% 0.82% -
XYZ 37.63 30.83 23.04 -
YUV 152.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 208 130 124 0 0.38 0.40 0.18 4.29 0.47 0.65
Hex D0 82 7C 0 26 28 12 4 2F 41
Octal 320 202 174 0 46 50 22 4 57 101
Binary 11010000 10000010 1111100 0 100110 101000 10010 100 101111 1000001

Color Harmonies of #D0827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0827C

Black with #D0827C

Text Example


Text Example

White with #D0827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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