Html Css Color HEX #D0807D Sea Pink

📋 copy color: '#D0807D'

red 208 ◦ green 128 ◦ blue 125

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

Shades of Sea Pink #D0807D

Tints of Sea Pink #D0807D

RGB

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

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

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

R = 45.12%
G = 27.77%
B = 27.11%

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

#D0807D (or 0xD0807D) is known color: Sea Pink. HEX triplet: D0, 80 and 7D. RGB value is (208,128,125). Sum of RGB (Red+Green+Blue) = 208+128+125=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0807D is #2F7F82. Grayscale: #979797. Windows color (decimal): -3112835 or 8224976. OLE color: 8224976.

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

Color convert

RGB 208 128 125 -
CMYK 0 0.38 0.40 0.18
HSL 2.17º 0.47% 0.65% -
HSV(B) 2.17º 0.4% 0.82% -
XYZ 37.43 30.33 23.28 -
YUV 151.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 208 128 125 0 0.38 0.40 0.18 2.17 0.47 0.65
Hex D0 80 7D 0 26 28 12 2 2F 41
Octal 320 200 175 0 46 50 22 2 57 101
Binary 11010000 10000000 1111101 0 100110 101000 10010 10 101111 1000001

Color Harmonies of #D0807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0807D

Black with #D0807D

Text Example


Text Example

White with #D0807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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