Html Css Color HEX #D3828C Charm

📋 copy color: '#D3828C'

red 211 ◦ green 130 ◦ blue 140

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

Shades of Charm #D3828C

Tints of Charm #D3828C

RGB

 RED value IS 211 (82.81% from 255) = 43.87%

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

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 43.87%
G = 27.03%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3828C (or 0xD3828C) is known color: Charm. HEX triplet: D3, 82 and 8C. RGB value is (211,130,140). Sum of RGB (Red+Green+Blue) = 211+130+140=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D3828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3828C is #2C7D73. Grayscale: #9B9B9B. Windows color (decimal): -2915700 or 9208531. OLE color: 9208531.

HSL color Cylindrical-coordinate representation of color #D3828C: hue angle of 352.59º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D3828C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 130 140 -
CMYK 0 0.38 0.34 0.17
HSL 352.59º 0.48% 0.67% -
HSV(B) 352.59º 0.38% 0.83% -
XYZ 39.58 31.71 28.85 -
YUV 155.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 211 130 140 0 0.38 0.34 0.17 352.59 0.48 0.67
Hex D3 82 8C 0 26 22 11 161 30 43
Octal 323 202 214 0 46 42 21 541 60 103
Binary 11010011 10000010 10001100 0 100110 100010 10001 101100001 110000 1000011

Color Harmonies of #D3828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3828C

Black with #D3828C

Text Example


Text Example

White with #D3828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3828C; }

 p { color: rgb(211,130,140); }

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

background-color css

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

 a { background-color: rgb(211,130,140); }

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

border-color css

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

 span { border-color: rgb(211,130,140); }

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