Html Css Color HEX #D46495 Hopbush

📋 copy color: '#D46495'

red 212 ◦ green 100 ◦ blue 149

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

Shades of Hopbush #D46495

Tints of Hopbush #D46495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.32%

R = 45.99%
G = 21.69%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D46495 (or 0xD46495) is known color: Hopbush. HEX triplet: D4, 64 and 95. RGB value is (212,100,149). Sum of RGB (Red+Green+Blue) = 212+100+149=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D46495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46495 is #2B9B6A. Grayscale: #8A8A8A. Windows color (decimal): -2857835 or 9790676. OLE color: 9790676.

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

Color convert

RGB 212 100 149 -
CMYK 0 0.53 0.30 0.17
HSL 333.75º 0.57% 0.61% -
HSV(B) 333.75º 0.53% 0.83% -
XYZ 37.13 25.28 31.36 -
YUV 139.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 212 100 149 0 0.53 0.30 0.17 333.75 0.57 0.61
Hex D4 64 95 0 35 1E 11 14E 39 3D
Octal 324 144 225 0 65 36 21 516 71 75
Binary 11010100 1100100 10010101 0 110101 11110 10001 101001110 111001 111101

Color Harmonies of #D46495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46495

Black with #D46495

Text Example


Text Example

White with #D46495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46495; }

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

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

background-color css

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

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

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

border-color css

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

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

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