Html Css Color HEX #D46BAA Hopbush

📋 copy color: '#D46BAA'

red 212 ◦ green 107 ◦ blue 170

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

Shades of Hopbush #D46BAA

Tints of Hopbush #D46BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.88%

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

R = 43.35%
G = 21.88%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D46BAA (or 0xD46BAA) is known color: Hopbush. HEX triplet: D4, 6B and AA. RGB value is (212,107,170). Sum of RGB (Red+Green+Blue) = 212+107+170=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46BAA is #2B9455. Grayscale: #919191. Windows color (decimal): -2856022 or 11168724. OLE color: 11168724.

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

Color convert

RGB 212 107 170 -
CMYK 0 0.50 0.20 0.17
HSL 324º 0.55% 0.63% -
HSV(B) 324º 0.5% 0.83% -
XYZ 39.66 27.41 41.23 -
YUV 145.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 212 107 170 0 0.50 0.20 0.17 324 0.55 0.63
Hex D4 6B AA 0 32 14 11 144 37 3F
Octal 324 153 252 0 62 24 21 504 67 77
Binary 11010100 1101011 10101010 0 110010 10100 10001 101000100 110111 111111

Color Harmonies of #D46BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46BAA

Black with #D46BAA

Text Example


Text Example

White with #D46BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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