Html Css Color HEX #D6827C Sea Pink

📋 copy color: '#D6827C'

red 214 ◦ green 130 ◦ blue 124

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

Shades of Sea Pink #D6827C

Tints of Sea Pink #D6827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.78%

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

R = 45.73%
G = 27.78%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6827C (or 0xD6827C) is known color: Sea Pink. HEX triplet: D6, 82 and 7C. RGB value is (214,130,124). Sum of RGB (Red+Green+Blue) = 214+130+124=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6827C is #297D83. Grayscale: #9A9A9A. Windows color (decimal): -2719108 or 8159958. OLE color: 8159958.

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

Color convert

RGB 214 130 124 -
CMYK 0 0.39 0.42 0.16
HSL 0.52% 0.66% -
HSV(B) 0.42% 0.84% -
XYZ 39.35 31.72 23.12 -
YUV 154.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 214 130 124 0 0.39 0.42 0.16 4 0.52 0.66
Hex D6 82 7C 0 27 2A 10 4 34 42
Octal 326 202 174 0 47 52 20 4 64 102
Binary 11010110 10000010 1111100 0 100111 101010 10000 100 110100 1000010

Color Harmonies of #D6827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6827C

Black with #D6827C

Text Example


Text Example

White with #D6827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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