Html Css Color HEX #D4848A Charm

📋 copy color: '#D4848A'

red 212 ◦ green 132 ◦ blue 138

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

Shades of Charm #D4848A

Tints of Charm #D4848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 43.98%
G = 27.39%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4848A (or 0xD4848A) is known color: Charm. HEX triplet: D4, 84 and 8A. RGB value is (212,132,138). Sum of RGB (Red+Green+Blue) = 212+132+138=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4848A is #2B7B75. Grayscale: #9C9C9C. Windows color (decimal): -2849654 or 9077972. OLE color: 9077972.

HSL color Cylindrical-coordinate representation of color #D4848A: hue angle of 355.5º 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 #D4848A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 132 138 -
CMYK 0 0.38 0.35 0.17
HSL 355.5º 0.48% 0.67% -
HSV(B) 355.5º 0.38% 0.83% -
XYZ 39.99 32.33 28.18 -
YUV 156.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 212 132 138 0 0.38 0.35 0.17 355.5 0.48 0.67
Hex D4 84 8A 0 26 23 11 164 30 43
Octal 324 204 212 0 46 43 21 544 60 103
Binary 11010100 10000100 10001010 0 100110 100011 10001 101100100 110000 1000011

Color Harmonies of #D4848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4848A

Black with #D4848A

Text Example


Text Example

White with #D4848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4848A; }

 p { color: rgb(212,132,138); }

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

background-color css

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

 a { background-color: rgb(212,132,138); }

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

border-color css

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

 span { border-color: rgb(212,132,138); }

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