Html Css Color HEX #D4828B Charm

📋 copy color: '#D4828B'

red 212 ◦ green 130 ◦ blue 139

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

Shades of Charm #D4828B

Tints of Charm #D4828B

RGB

 RED value IS 212 (83.2% from 255) = 44.07%

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

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

R = 44.07%
G = 27.03%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4828B (or 0xD4828B) is known color: Charm. HEX triplet: D4, 82 and 8B. RGB value is (212,130,139). Sum of RGB (Red+Green+Blue) = 212+130+139=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4828B is #2B7D74. Grayscale: #9B9B9B. Windows color (decimal): -2850165 or 9142996. OLE color: 9142996.

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

Color convert

RGB 212 130 139 -
CMYK 0 0.39 0.34 0.17
HSL 353.41º 0.49% 0.67% -
HSV(B) 353.41º 0.39% 0.83% -
XYZ 39.79 31.83 28.47 -
YUV 155.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 212 130 139 0 0.39 0.34 0.17 353.41 0.49 0.67
Hex D4 82 8B 0 27 22 11 161 31 43
Octal 324 202 213 0 47 42 21 541 61 103
Binary 11010100 10000010 10001011 0 100111 100010 10001 101100001 110001 1000011

Color Harmonies of #D4828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4828B

Black with #D4828B

Text Example


Text Example

White with #D4828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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