Html Css Color HEX #D46382 Charm

📋 copy color: '#D46382'

red 212 ◦ green 99 ◦ blue 130

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

Shades of Charm #D46382

Tints of Charm #D46382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.45%

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 48.07%
G = 22.45%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D46382 (or 0xD46382) is known color: Charm. HEX triplet: D4, 63 and 82. RGB value is (212,99,130). Sum of RGB (Red+Green+Blue) = 212+99+130=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D46382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46382 is #2B9C7D. Grayscale: #888888. Windows color (decimal): -2858110 or 8545236. OLE color: 8545236.

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

Color convert

RGB 212 99 130 -
CMYK 0 0.53 0.39 0.17
HSL 343.54º 0.57% 0.61% -
HSV(B) 343.54º 0.53% 0.83% -
XYZ 35.64 24.53 23.98 -
YUV 136.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 212 99 130 0 0.53 0.39 0.17 343.54 0.57 0.61
Hex D4 63 82 0 35 27 11 158 39 3D
Octal 324 143 202 0 65 47 21 530 71 75
Binary 11010100 1100011 10000010 0 110101 100111 10001 101011000 111001 111101

Color Harmonies of #D46382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46382

Black with #D46382

Text Example


Text Example

White with #D46382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46382; }

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

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

background-color css

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

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

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

border-color css

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

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

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