Html Css Color HEX #D46994 Hopbush

📋 copy color: '#D46994'

red 212 ◦ green 105 ◦ blue 148

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

Shades of Hopbush #D46994

Tints of Hopbush #D46994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.58%

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

R = 45.59%
G = 22.58%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D46994 (or 0xD46994) is known color: Hopbush. HEX triplet: D4, 69 and 94. RGB value is (212,105,148). Sum of RGB (Red+Green+Blue) = 212+105+148=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D46994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46994 is #2B966B. Grayscale: #8D8D8D. Windows color (decimal): -2856556 or 9726420. OLE color: 9726420.

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

Color convert

RGB 212 105 148 -
CMYK 0 0.50 0.30 0.17
HSL 335.89º 0.55% 0.62% -
HSV(B) 335.89º 0.5% 0.83% -
XYZ 37.55 26.24 31.1 -
YUV 141.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 212 105 148 0 0.50 0.30 0.17 335.89 0.55 0.62
Hex D4 69 94 0 32 1E 11 150 37 3E
Octal 324 151 224 0 62 36 21 520 67 76
Binary 11010100 1101001 10010100 0 110010 11110 10001 101010000 110111 111110

Color Harmonies of #D46994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46994

Black with #D46994

Text Example


Text Example

White with #D46994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46994; }

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

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

background-color css

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

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

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

border-color css

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

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

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