Html Css Color HEX #D6817E Sea Pink

📋 copy color: '#D6817E'

red 214 ◦ green 129 ◦ blue 126

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

Shades of Sea Pink #D6817E

Tints of Sea Pink #D6817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.51%

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 45.63%
G = 27.51%
B = 26.87%

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

#D6817E (or 0xD6817E) is known color: Sea Pink. HEX triplet: D6, 81 and 7E. RGB value is (214,129,126). Sum of RGB (Red+Green+Blue) = 214+129+126=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6817E is #297E81. Grayscale: #9A9A9A. Windows color (decimal): -2719362 or 8290774. OLE color: 8290774.

HSL color Cylindrical-coordinate representation of color #D6817E: hue angle of 2.05º degrees, saturation: 0.52, 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 #D6817E is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 126 -
CMYK 0 0.40 0.41 0.16
HSL 2.05º 0.52% 0.67% -
HSV(B) 2.05º 0.41% 0.84% -
XYZ 39.35 31.5 23.75 -
YUV 154.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 214 129 126 0 0.40 0.41 0.16 2.05 0.52 0.67
Hex D6 81 7E 0 28 29 10 2 34 43
Octal 326 201 176 0 50 51 20 2 64 103
Binary 11010110 10000001 1111110 0 101000 101001 10000 10 110100 1000011

Color Harmonies of #D6817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6817E

Black with #D6817E

Text Example


Text Example

White with #D6817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6817E; }

 p { color: rgb(214,129,126); }

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

background-color css

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

 a { background-color: rgb(214,129,126); }

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

border-color css

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

 span { border-color: rgb(214,129,126); }

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