Html Css Color HEX #D46096 Hopbush

📋 copy color: '#D46096'

red 212 ◦ green 96 ◦ blue 150

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

Shades of Hopbush #D46096

Tints of Hopbush #D46096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.75%

R = 46.29%
G = 20.96%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D46096 (or 0xD46096) is known color: Hopbush. HEX triplet: D4, 60 and 96. RGB value is (212,96,150). Sum of RGB (Red+Green+Blue) = 212+96+150=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D46096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46096 is #2B9F69. Grayscale: #888888. Windows color (decimal): -2858858 or 9855188. OLE color: 9855188.

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

Color convert

RGB 212 96 150 -
CMYK 0 0.55 0.29 0.17
HSL 332.07º 0.57% 0.6% -
HSV(B) 332.07º 0.55% 0.83% -
XYZ 36.84 24.56 31.65 -
YUV 136.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 212 96 150 0 0.55 0.29 0.17 332.07 0.57 0.6
Hex D4 60 96 0 37 1D 11 14C 39 3C
Octal 324 140 226 0 67 35 21 514 71 74
Binary 11010100 1100000 10010110 0 110111 11101 10001 101001100 111001 111100

Color Harmonies of #D46096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46096

Black with #D46096

Text Example


Text Example

White with #D46096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46096; }

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

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

background-color css

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

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

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

border-color css

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

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

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