Html Css Color HEX #D46996 Hopbush

📋 copy color: '#D46996'

red 212 ◦ green 105 ◦ blue 150

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

Shades of Hopbush #D46996

Tints of Hopbush #D46996

RGB

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

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

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

R = 45.4%
G = 22.48%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D46996 (or 0xD46996) is known color: Hopbush. HEX triplet: D4, 69 and 96. RGB value is (212,105,150). Sum of RGB (Red+Green+Blue) = 212+105+150=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D46996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46996 is #2B9669. Grayscale: #8E8E8E. Windows color (decimal): -2856554 or 9857492. OLE color: 9857492.

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

Color convert

RGB 212 105 150 -
CMYK 0 0.50 0.29 0.17
HSL 334.77º 0.55% 0.62% -
HSV(B) 334.77º 0.5% 0.83% -
XYZ 37.71 26.3 31.94 -
YUV 142.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 212 105 150 0 0.50 0.29 0.17 334.77 0.55 0.62
Hex D4 69 96 0 32 1D 11 14F 37 3E
Octal 324 151 226 0 62 35 21 517 67 76
Binary 11010100 1101001 10010110 0 110010 11101 10001 101001111 110111 111110

Color Harmonies of #D46996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46996

Black with #D46996

Text Example


Text Example

White with #D46996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46996; }

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

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

background-color css

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

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

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

border-color css

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

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

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