Html Css Color HEX #D6847D Sea Pink

📋 copy color: '#D6847D'

red 214 ◦ green 132 ◦ blue 125

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

Shades of Sea Pink #D6847D

Tints of Sea Pink #D6847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

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

R = 45.44%
G = 28.03%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6847D (or 0xD6847D) is known color: Sea Pink. HEX triplet: D6, 84 and 7D. RGB value is (214,132,125). Sum of RGB (Red+Green+Blue) = 214+132+125=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6847D is #297B82. Grayscale: #9B9B9B. Windows color (decimal): -2718595 or 8226006. OLE color: 8226006.

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

Color convert

RGB 214 132 125 -
CMYK 0 0.38 0.42 0.16
HSL 4.72º 0.52% 0.66% -
HSV(B) 4.72º 0.42% 0.84% -
XYZ 39.68 32.28 23.54 -
YUV 155.72 110.67 169.57 -
System Red Green Blue C M Y K H S L
Decimal 214 132 125 0 0.38 0.42 0.16 4.72 0.52 0.66
Hex D6 84 7D 0 26 2A 10 5 34 42
Octal 326 204 175 0 46 52 20 5 64 102
Binary 11010110 10000100 1111101 0 100110 101010 10000 101 110100 1000010

Color Harmonies of #D6847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6847D

Black with #D6847D

Text Example


Text Example

White with #D6847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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