Html Css Color HEX #D6807B Sea Pink

📋 copy color: '#D6807B'

red 214 ◦ green 128 ◦ blue 123

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

Shades of Sea Pink #D6807B

Tints of Sea Pink #D6807B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.45%

R = 46.02%
G = 27.53%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6807B (or 0xD6807B) is known color: Sea Pink. HEX triplet: D6, 80 and 7B. RGB value is (214,128,123). Sum of RGB (Red+Green+Blue) = 214+128+123=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6807B is #297F84. Grayscale: #999999. Windows color (decimal): -2719621 or 8093910. OLE color: 8093910.

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

Color convert

RGB 214 128 123 -
CMYK 0 0.40 0.43 0.16
HSL 3.3º 0.53% 0.66% -
HSV(B) 3.3º 0.43% 0.84% -
XYZ 39.03 31.16 22.7 -
YUV 153.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 214 128 123 0 0.40 0.43 0.16 3.3 0.53 0.66
Hex D6 80 7B 0 28 2B 10 3 35 42
Octal 326 200 173 0 50 53 20 3 65 102
Binary 11010110 10000000 1111011 0 101000 101011 10000 11 110101 1000010

Color Harmonies of #D6807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6807B

Black with #D6807B

Text Example


Text Example

White with #D6807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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