Html Css Color HEX #D48384 Charm

📋 copy color: '#D48384'

red 212 ◦ green 131 ◦ blue 132

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

Shades of Charm #D48384

Tints of Charm #D48384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.58%

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 44.63%
G = 27.58%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D48384 (or 0xD48384) is known color: Charm. HEX triplet: D4, 83 and 84. RGB value is (212,131,132). Sum of RGB (Red+Green+Blue) = 212+131+132=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D48384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48384 is #2B7C7B. Grayscale: #9B9B9B. Windows color (decimal): -2849916 or 8684500. OLE color: 8684500.

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

Color convert

RGB 212 131 132 -
CMYK 0 0.38 0.38 0.17
HSL 359.26º 0.49% 0.67% -
HSV(B) 359.26º 0.38% 0.83% -
XYZ 39.43 31.9 25.91 -
YUV 155.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 212 131 132 0 0.38 0.38 0.17 359.26 0.49 0.67
Hex D4 83 84 0 26 26 11 167 31 43
Octal 324 203 204 0 46 46 21 547 61 103
Binary 11010100 10000011 10000100 0 100110 100110 10001 101100111 110001 1000011

Color Harmonies of #D48384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48384

Black with #D48384

Text Example


Text Example

White with #D48384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48384; }

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

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

background-color css

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

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

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

border-color css

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

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

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