Html Css Color HEX #D6827E Sea Pink

📋 copy color: '#D6827E'

red 214 ◦ green 130 ◦ blue 126

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

Shades of Sea Pink #D6827E

Tints of Sea Pink #D6827E

RGB

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

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

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

R = 45.53%
G = 27.66%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6827E (or 0xD6827E) is known color: Sea Pink. HEX triplet: D6, 82 and 7E. RGB value is (214,130,126). Sum of RGB (Red+Green+Blue) = 214+130+126=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6827E is #297D81. Grayscale: #9A9A9A. Windows color (decimal): -2719106 or 8291030. OLE color: 8291030.

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

Color convert

RGB 214 130 126 -
CMYK 0 0.39 0.41 0.16
HSL 2.73º 0.52% 0.67% -
HSV(B) 2.73º 0.41% 0.84% -
XYZ 39.48 31.77 23.79 -
YUV 154.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 214 130 126 0 0.39 0.41 0.16 2.73 0.52 0.67
Hex D6 82 7E 0 27 29 10 3 34 43
Octal 326 202 176 0 47 51 20 3 64 103
Binary 11010110 10000010 1111110 0 100111 101001 10000 11 110100 1000011

Color Harmonies of #D6827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6827E

Black with #D6827E

Text Example


Text Example

White with #D6827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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