Html Css Color HEX #D46394 Hopbush

📋 copy color: '#D46394'

red 212 ◦ green 99 ◦ blue 148

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

Shades of Hopbush #D46394

Tints of Hopbush #D46394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.57%

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 46.19%
G = 21.57%
B = 32.24%

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

#D46394 (or 0xD46394) is known color: Hopbush. HEX triplet: D4, 63 and 94. RGB value is (212,99,148). Sum of RGB (Red+Green+Blue) = 212+99+148=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D46394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46394 is #2B9C6B. Grayscale: #8A8A8A. Windows color (decimal): -2858092 or 9724884. OLE color: 9724884.

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

Color convert

RGB 212 99 148 -
CMYK 0 0.53 0.30 0.17
HSL 333.98º 0.57% 0.61% -
HSV(B) 333.98º 0.53% 0.83% -
XYZ 36.96 25.06 30.91 -
YUV 138.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 212 99 148 0 0.53 0.30 0.17 333.98 0.57 0.61
Hex D4 63 94 0 35 1E 11 14E 39 3D
Octal 324 143 224 0 65 36 21 516 71 75
Binary 11010100 1100011 10010100 0 110101 11110 10001 101001110 111001 111101

Color Harmonies of #D46394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46394

Black with #D46394

Text Example


Text Example

White with #D46394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46394; }

 p { color: rgb(212,99,148); }

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

background-color css

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

 a { background-color: rgb(212,99,148); }

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

border-color css

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

 span { border-color: rgb(212,99,148); }

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