Html Css Color HEX #D0807A Sea Pink

📋 copy color: '#D0807A'

red 208 ◦ green 128 ◦ blue 122

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

Shades of Sea Pink #D0807A

Tints of Sea Pink #D0807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

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

R = 45.41%
G = 27.95%
B = 26.64%

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

#D0807A (or 0xD0807A) is known color: Sea Pink. HEX triplet: D0, 80 and 7A. RGB value is (208,128,122). Sum of RGB (Red+Green+Blue) = 208+128+122=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0807A is #2F7F85. Grayscale: #979797. Windows color (decimal): -3112838 or 8028368. OLE color: 8028368.

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

Color convert

RGB 208 128 122 -
CMYK 0 0.38 0.41 0.18
HSL 4.19º 0.48% 0.65% -
HSV(B) 4.19º 0.41% 0.82% -
XYZ 37.24 30.25 22.29 -
YUV 151.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 208 128 122 0 0.38 0.41 0.18 4.19 0.48 0.65
Hex D0 80 7A 0 26 29 12 4 30 41
Octal 320 200 172 0 46 51 22 4 60 101
Binary 11010000 10000000 1111010 0 100110 101001 10010 100 110000 1000001

Color Harmonies of #D0807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0807A

Black with #D0807A

Text Example


Text Example

White with #D0807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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