Html Css Color HEX #D46095 Hopbush

📋 copy color: '#D46095'

red 212 ◦ green 96 ◦ blue 149

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

Shades of Hopbush #D46095

Tints of Hopbush #D46095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

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

R = 46.39%
G = 21.01%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D46095 (or 0xD46095) is known color: Hopbush. HEX triplet: D4, 60 and 95. RGB value is (212,96,149). Sum of RGB (Red+Green+Blue) = 212+96+149=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D46095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46095 is #2B9F6A. Grayscale: #888888. Windows color (decimal): -2858859 or 9789652. OLE color: 9789652.

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

Color convert

RGB 212 96 149 -
CMYK 0 0.55 0.30 0.17
HSL 332.59º 0.57% 0.6% -
HSV(B) 332.59º 0.55% 0.83% -
XYZ 36.76 24.53 31.23 -
YUV 136.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 212 96 149 0 0.55 0.30 0.17 332.59 0.57 0.6
Hex D4 60 95 0 37 1E 11 14D 39 3C
Octal 324 140 225 0 67 36 21 515 71 74
Binary 11010100 1100000 10010101 0 110111 11110 10001 101001101 111001 111100

Color Harmonies of #D46095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46095

Black with #D46095

Text Example


Text Example

White with #D46095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46095; }

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

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

background-color css

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

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

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

border-color css

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

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

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