Html Css Color HEX #D46590 Hopbush

📋 copy color: '#D46590'

red 212 ◦ green 101 ◦ blue 144

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

Shades of Hopbush #D46590

Tints of Hopbush #D46590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.1%

 BLUE value IS 144 (56.64% from 255) = 31.51%

R = 46.39%
G = 22.1%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D46590 (or 0xD46590) is known color: Hopbush. HEX triplet: D4, 65 and 90. RGB value is (212,101,144). Sum of RGB (Red+Green+Blue) = 212+101+144=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D46590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46590 is #2B9A6F. Grayscale: #8B8B8B. Windows color (decimal): -2857584 or 9463252. OLE color: 9463252.

HSL color Cylindrical-coordinate representation of color #D46590: hue angle of 336.76º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46590 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 144 -
CMYK 0 0.52 0.32 0.17
HSL 336.76º 0.56% 0.61% -
HSV(B) 336.76º 0.52% 0.83% -
XYZ 36.84 25.32 29.33 -
YUV 139.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 212 101 144 0 0.52 0.32 0.17 336.76 0.56 0.61
Hex D4 65 90 0 34 20 11 151 38 3D
Octal 324 145 220 0 64 40 21 521 70 75
Binary 11010100 1100101 10010000 0 110100 100000 10001 101010001 111000 111101

Color Harmonies of #D46590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46590

Black with #D46590

Text Example


Text Example

White with #D46590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46590; }

 p { color: rgb(212,101,144); }

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

background-color css

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

 a { background-color: rgb(212,101,144); }

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

border-color css

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

 span { border-color: rgb(212,101,144); }

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