Html Css Color HEX #D6807C Sea Pink

📋 copy color: '#D6807C'

red 214 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #D6807C

Tints of Sea Pink #D6807C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 45.92%
G = 27.47%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6807C (or 0xD6807C) is known color: Sea Pink. HEX triplet: D6, 80 and 7C. RGB value is (214,128,124). Sum of RGB (Red+Green+Blue) = 214+128+124=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6807C is #297F83. Grayscale: #999999. Windows color (decimal): -2719620 or 8159446. OLE color: 8159446.

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

Color convert

RGB 214 128 124 -
CMYK 0 0.40 0.42 0.16
HSL 2.67º 0.52% 0.66% -
HSV(B) 2.67º 0.42% 0.84% -
XYZ 39.09 31.19 23.03 -
YUV 153.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 214 128 124 0 0.40 0.42 0.16 2.67 0.52 0.66
Hex D6 80 7C 0 28 2A 10 3 34 42
Octal 326 200 174 0 50 52 20 3 64 102
Binary 11010110 10000000 1111100 0 101000 101010 10000 11 110100 1000010

Color Harmonies of #D6807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6807C

Black with #D6807C

Text Example


Text Example

White with #D6807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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