Html Css Color HEX #D46595 Hopbush

📋 copy color: '#D46595'

red 212 ◦ green 101 ◦ blue 149

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

Shades of Hopbush #D46595

Tints of Hopbush #D46595

RGB

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

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

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

R = 45.89%
G = 21.86%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D46595 (or 0xD46595) is known color: Hopbush. HEX triplet: D4, 65 and 95. RGB value is (212,101,149). Sum of RGB (Red+Green+Blue) = 212+101+149=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D46595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46595 is #2B9A6A. Grayscale: #8B8B8B. Windows color (decimal): -2857579 or 9790932. OLE color: 9790932.

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

Color convert

RGB 212 101 149 -
CMYK 0 0.52 0.30 0.17
HSL 334.05º 0.56% 0.61% -
HSV(B) 334.05º 0.52% 0.83% -
XYZ 37.23 25.47 31.39 -
YUV 139.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 212 101 149 0 0.52 0.30 0.17 334.05 0.56 0.61
Hex D4 65 95 0 34 1E 11 14E 38 3D
Octal 324 145 225 0 64 36 21 516 70 75
Binary 11010100 1100101 10010101 0 110100 11110 10001 101001110 111000 111101

Color Harmonies of #D46595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46595

Black with #D46595

Text Example


Text Example

White with #D46595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46595; }

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

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

background-color css

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

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

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

border-color css

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

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

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