Html Css Color HEX #D46CAA Hopbush

📋 copy color: '#D46CAA'

red 212 ◦ green 108 ◦ blue 170

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

Shades of Hopbush #D46CAA

Tints of Hopbush #D46CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.04%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 43.27%
G = 22.04%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D46CAA (or 0xD46CAA) is known color: Hopbush. HEX triplet: D4, 6C and AA. RGB value is (212,108,170). Sum of RGB (Red+Green+Blue) = 212+108+170=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46CAA is #2B9355. Grayscale: #929292. Windows color (decimal): -2855766 or 11168980. OLE color: 11168980.

HSL color Cylindrical-coordinate representation of color #D46CAA: hue angle of 324.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46CAA is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 108 170 -
CMYK 0 0.49 0.20 0.17
HSL 324.23º 0.55% 0.63% -
HSV(B) 324.23º 0.49% 0.83% -
XYZ 39.77 27.62 41.27 -
YUV 146.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 212 108 170 0 0.49 0.20 0.17 324.23 0.55 0.63
Hex D4 6C AA 0 31 14 11 144 37 3F
Octal 324 154 252 0 61 24 21 504 67 77
Binary 11010100 1101100 10101010 0 110001 10100 10001 101000100 110111 111111

Color Harmonies of #D46CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46CAA

Black with #D46CAA

Text Example


Text Example

White with #D46CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46CAA; }

 p { color: rgb(212,108,170); }

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

background-color css

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

 a { background-color: rgb(212,108,170); }

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

border-color css

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

 span { border-color: rgb(212,108,170); }

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