Html Css Color HEX #D6817D Sea Pink

📋 copy color: '#D6817D'

red 214 ◦ green 129 ◦ blue 125

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

Shades of Sea Pink #D6817D

Tints of Sea Pink #D6817D

RGB

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

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

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

R = 45.73%
G = 27.56%
B = 26.71%

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

#D6817D (or 0xD6817D) is known color: Sea Pink. HEX triplet: D6, 81 and 7D. RGB value is (214,129,125). Sum of RGB (Red+Green+Blue) = 214+129+125=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6817D is #297E82. Grayscale: #9A9A9A. Windows color (decimal): -2719363 or 8225238. OLE color: 8225238.

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

Color convert

RGB 214 129 125 -
CMYK 0 0.40 0.42 0.16
HSL 2.7º 0.52% 0.66% -
HSV(B) 2.7º 0.42% 0.84% -
XYZ 39.28 31.48 23.41 -
YUV 153.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 214 129 125 0 0.40 0.42 0.16 2.7 0.52 0.66
Hex D6 81 7D 0 28 2A 10 3 34 42
Octal 326 201 175 0 50 52 20 3 64 102
Binary 11010110 10000001 1111101 0 101000 101010 10000 11 110100 1000010

Color Harmonies of #D6817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6817D

Black with #D6817D

Text Example


Text Example

White with #D6817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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