Html Css Color HEX #D46895 Hopbush

📋 copy color: '#D46895'

red 212 ◦ green 104 ◦ blue 149

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

Shades of Hopbush #D46895

Tints of Hopbush #D46895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.37%

 BLUE value IS 149 (58.59% from 255) = 32.04%

R = 45.59%
G = 22.37%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D46895 (or 0xD46895) is known color: Hopbush. HEX triplet: D4, 68 and 95. RGB value is (212,104,149). Sum of RGB (Red+Green+Blue) = 212+104+149=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D46895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46895 is #2B976A. Grayscale: #8D8D8D. Windows color (decimal): -2856811 or 9791700. OLE color: 9791700.

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

Color convert

RGB 212 104 149 -
CMYK 0 0.51 0.30 0.17
HSL 335º 0.56% 0.62% -
HSV(B) 335º 0.51% 0.83% -
XYZ 37.53 26.07 31.49 -
YUV 141.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 212 104 149 0 0.51 0.30 0.17 335 0.56 0.62
Hex D4 68 95 0 33 1E 11 14F 38 3E
Octal 324 150 225 0 63 36 21 517 70 76
Binary 11010100 1101000 10010101 0 110011 11110 10001 101001111 111000 111110

Color Harmonies of #D46895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46895

Black with #D46895

Text Example


Text Example

White with #D46895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46895; }

 p { color: rgb(212,104,149); }

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

background-color css

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

 a { background-color: rgb(212,104,149); }

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

border-color css

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

 span { border-color: rgb(212,104,149); }

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