Html Css Color HEX #D46780 Charm

📋 copy color: '#D46780'

red 212 ◦ green 103 ◦ blue 128

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

Shades of Charm #D46780

Tints of Charm #D46780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.25%

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 47.86%
G = 23.25%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D46780 (or 0xD46780) is known color: Charm. HEX triplet: D4, 67 and 80. RGB value is (212,103,128). Sum of RGB (Red+Green+Blue) = 212+103+128=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D46780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46780 is #2B987F. Grayscale: #8A8A8A. Windows color (decimal): -2857088 or 8415188. OLE color: 8415188.

HSL color Cylindrical-coordinate representation of color #D46780: hue angle of 346.24º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46780 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 128 -
CMYK 0 0.51 0.40 0.17
HSL 346.24º 0.56% 0.62% -
HSV(B) 346.24º 0.51% 0.83% -
XYZ 35.9 25.26 23.4 -
YUV 138.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 212 103 128 0 0.51 0.40 0.17 346.24 0.56 0.62
Hex D4 67 80 0 33 28 11 15A 38 3E
Octal 324 147 200 0 63 50 21 532 70 76
Binary 11010100 1100111 10000000 0 110011 101000 10001 101011010 111000 111110

Color Harmonies of #D46780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46780

Black with #D46780

Text Example


Text Example

White with #D46780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46780; }

 p { color: rgb(212,103,128); }

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

background-color css

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

 a { background-color: rgb(212,103,128); }

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

border-color css

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

 span { border-color: rgb(212,103,128); }

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