Html Css Color HEX #D46483 Charm

📋 copy color: '#D46483'

red 212 ◦ green 100 ◦ blue 131

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

Shades of Charm #D46483

Tints of Charm #D46483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.57%

 BLUE value IS 131 (51.56% from 255) = 29.57%

R = 47.86%
G = 22.57%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D46483 (or 0xD46483) is known color: Charm. HEX triplet: D4, 64 and 83. RGB value is (212,100,131). Sum of RGB (Red+Green+Blue) = 212+100+131=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D46483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46483 is #2B9B7C. Grayscale: #898989. Windows color (decimal): -2857853 or 8611028. OLE color: 8611028.

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

Color convert

RGB 212 100 131 -
CMYK 0 0.53 0.38 0.17
HSL 343.39º 0.57% 0.61% -
HSV(B) 343.39º 0.53% 0.83% -
XYZ 35.81 24.75 24.36 -
YUV 137.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 212 100 131 0 0.53 0.38 0.17 343.39 0.57 0.61
Hex D4 64 83 0 35 26 11 157 39 3D
Octal 324 144 203 0 65 46 21 527 71 75
Binary 11010100 1100100 10000011 0 110101 100110 10001 101010111 111001 111101

Color Harmonies of #D46483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46483

Black with #D46483

Text Example


Text Example

White with #D46483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46483; }

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

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

background-color css

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

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

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

border-color css

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

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

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