Html Css Color HEX #D46CA5 Hopbush

📋 copy color: '#D46CA5'

red 212 ◦ green 108 ◦ blue 165

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

Shades of Hopbush #D46CA5

Tints of Hopbush #D46CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.02%

R = 43.71%
G = 22.27%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D46CA5 (or 0xD46CA5) is known color: Hopbush. HEX triplet: D4, 6C and A5. RGB value is (212,108,165). Sum of RGB (Red+Green+Blue) = 212+108+165=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46CA5 is #2B935A. Grayscale: #919191. Windows color (decimal): -2855771 or 10841300. OLE color: 10841300.

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

Color convert

RGB 212 108 165 -
CMYK 0 0.49 0.22 0.17
HSL 327.12º 0.55% 0.63% -
HSV(B) 327.12º 0.49% 0.83% -
XYZ 39.31 27.44 38.82 -
YUV 145.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 212 108 165 0 0.49 0.22 0.17 327.12 0.55 0.63
Hex D4 6C A5 0 31 16 11 147 37 3F
Octal 324 154 245 0 61 26 21 507 67 77
Binary 11010100 1101100 10100101 0 110001 10110 10001 101000111 110111 111111

Color Harmonies of #D46CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46CA5

Black with #D46CA5

Text Example


Text Example

White with #D46CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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