Html Css Color HEX #D0817A Sea Pink

📋 copy color: '#D0817A'

red 208 ◦ green 129 ◦ blue 122

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

Shades of Sea Pink #D0817A

Tints of Sea Pink #D0817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 45.32%
G = 28.1%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0817A (or 0xD0817A) is known color: Sea Pink. HEX triplet: D0, 81 and 7A. RGB value is (208,129,122). Sum of RGB (Red+Green+Blue) = 208+129+122=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0817A is #2F7E85. Grayscale: #979797. Windows color (decimal): -3112582 or 8028624. OLE color: 8028624.

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

Color convert

RGB 208 129 122 -
CMYK 0 0.38 0.41 0.18
HSL 4.88º 0.48% 0.65% -
HSV(B) 4.88º 0.41% 0.82% -
XYZ 37.38 30.52 22.33 -
YUV 151.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 208 129 122 0 0.38 0.41 0.18 4.88 0.48 0.65
Hex D0 81 7A 0 26 29 12 5 30 41
Octal 320 201 172 0 46 51 22 5 60 101
Binary 11010000 10000001 1111010 0 100110 101001 10010 101 110000 1000001

Color Harmonies of #D0817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0817A

Black with #D0817A

Text Example


Text Example

White with #D0817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0817A; }

 p { color: rgb(208,129,122); }

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

background-color css

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

 a { background-color: rgb(208,129,122); }

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

border-color css

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

 span { border-color: rgb(208,129,122); }

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