Html Css Color HEX #D46094 Hopbush

📋 copy color: '#D46094'

red 212 ◦ green 96 ◦ blue 148

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

Shades of Hopbush #D46094

Tints of Hopbush #D46094

RGB

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

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

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

R = 46.49%
G = 21.05%
B = 32.46%

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

#D46094 (or 0xD46094) is known color: Hopbush. HEX triplet: D4, 60 and 94. RGB value is (212,96,148). Sum of RGB (Red+Green+Blue) = 212+96+148=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D46094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46094 is #2B9F6B. Grayscale: #888888. Windows color (decimal): -2858860 or 9724116. OLE color: 9724116.

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

Color convert

RGB 212 96 148 -
CMYK 0 0.55 0.30 0.17
HSL 333.1º 0.57% 0.6% -
HSV(B) 333.1º 0.55% 0.83% -
XYZ 36.68 24.5 30.81 -
YUV 136.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 212 96 148 0 0.55 0.30 0.17 333.1 0.57 0.6
Hex D4 60 94 0 37 1E 11 14D 39 3C
Octal 324 140 224 0 67 36 21 515 71 74
Binary 11010100 1100000 10010100 0 110111 11110 10001 101001101 111001 111100

Color Harmonies of #D46094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46094

Black with #D46094

Text Example


Text Example

White with #D46094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46094; }

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

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

background-color css

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

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

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

border-color css

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

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

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