Html Css Color HEX #D46295 Hopbush

📋 copy color: '#D46295'

red 212 ◦ green 98 ◦ blue 149

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

Shades of Hopbush #D46295

Tints of Hopbush #D46295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.35%

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

R = 46.19%
G = 21.35%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D46295 (or 0xD46295) is known color: Hopbush. HEX triplet: D4, 62 and 95. RGB value is (212,98,149). Sum of RGB (Red+Green+Blue) = 212+98+149=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D46295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46295 is #2B9D6A. Grayscale: #898989. Windows color (decimal): -2858347 or 9790164. OLE color: 9790164.

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

Color convert

RGB 212 98 149 -
CMYK 0 0.54 0.30 0.17
HSL 333.16º 0.57% 0.61% -
HSV(B) 333.16º 0.54% 0.83% -
XYZ 36.94 24.9 31.29 -
YUV 137.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 212 98 149 0 0.54 0.30 0.17 333.16 0.57 0.61
Hex D4 62 95 0 36 1E 11 14D 39 3D
Octal 324 142 225 0 66 36 21 515 71 75
Binary 11010100 1100010 10010101 0 110110 11110 10001 101001101 111001 111101

Color Harmonies of #D46295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46295

Black with #D46295

Text Example


Text Example

White with #D46295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46295; }

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

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

background-color css

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

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

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

border-color css

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

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

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