Html Css Color HEX #D6807F Sea Pink

📋 copy color: '#D6807F'

red 214 ◦ green 128 ◦ blue 127

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

Shades of Sea Pink #D6807F

Tints of Sea Pink #D6807F

RGB

 RED value IS 214 (83.98% from 255) = 45.63%

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

 BLUE value IS 127 (50% from 255) = 27.08%

R = 45.63%
G = 27.29%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6807F (or 0xD6807F) is known color: Sea Pink. HEX triplet: D6, 80 and 7F. RGB value is (214,128,127). Sum of RGB (Red+Green+Blue) = 214+128+127=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6807F is #297F80. Grayscale: #999999. Windows color (decimal): -2719617 or 8356054. OLE color: 8356054.

HSL color Cylindrical-coordinate representation of color #D6807F: hue angle of 0.69º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6807F is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 127 -
CMYK 0 0.40 0.41 0.16
HSL 0.69º 0.51% 0.67% -
HSV(B) 0.69º 0.41% 0.84% -
XYZ 39.28 31.27 24.04 -
YUV 153.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 214 128 127 0 0.40 0.41 0.16 0.69 0.51 0.67
Hex D6 80 7F 0 28 29 10 1 33 43
Octal 326 200 177 0 50 51 20 1 63 103
Binary 11010110 10000000 1111111 0 101000 101001 10000 1 110011 1000011

Color Harmonies of #D6807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6807F

Black with #D6807F

Text Example


Text Example

White with #D6807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6807F; }

 p { color: rgb(214,128,127); }

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

background-color css

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

 a { background-color: rgb(214,128,127); }

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

border-color css

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

 span { border-color: rgb(214,128,127); }

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