Html Css Color HEX #D6828B Charm

📋 copy color: '#D6828B'

red 214 ◦ green 130 ◦ blue 139

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

Shades of Charm #D6828B

Tints of Charm #D6828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 44.31%
G = 26.92%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6828B (or 0xD6828B) is known color: Charm. HEX triplet: D6, 82 and 8B. RGB value is (214,130,139). Sum of RGB (Red+Green+Blue) = 214+130+139=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6828B is #297D74. Grayscale: #9C9C9C. Windows color (decimal): -2719093 or 9142998. OLE color: 9142998.

HSL color Cylindrical-coordinate representation of color #D6828B: hue angle of 353.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6828B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 139 -
CMYK 0 0.39 0.35 0.16
HSL 353.57º 0.51% 0.67% -
HSV(B) 353.57º 0.39% 0.84% -
XYZ 40.37 32.13 28.5 -
YUV 156.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 214 130 139 0 0.39 0.35 0.16 353.57 0.51 0.67
Hex D6 82 8B 0 27 23 10 162 33 43
Octal 326 202 213 0 47 43 20 542 63 103
Binary 11010110 10000010 10001011 0 100111 100011 10000 101100010 110011 1000011

Color Harmonies of #D6828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6828B

Black with #D6828B

Text Example


Text Example

White with #D6828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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