Html Css Color HEX #D47AB0 Hopbush

📋 copy color: '#D47AB0'

red 212 ◦ green 122 ◦ blue 176

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

Shades of Hopbush #D47AB0

Tints of Hopbush #D47AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.92%

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 41.57%
G = 23.92%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D47AB0 (or 0xD47AB0) is known color: Hopbush. HEX triplet: D4, 7A and B0. RGB value is (212,122,176). Sum of RGB (Red+Green+Blue) = 212+122+176=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47AB0 is #2B854F. Grayscale: #9A9A9A. Windows color (decimal): -2852176 or 11565780. OLE color: 11565780.

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

Color convert

RGB 212 122 176 -
CMYK 0 0.42 0.17 0.17
HSL 324º 0.51% 0.65% -
HSV(B) 324º 0.42% 0.83% -
XYZ 41.95 31.05 44.86 -
YUV 155.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 212 122 176 0 0.42 0.17 0.17 324 0.51 0.65
Hex D4 7A B0 0 2A 11 11 144 33 41
Octal 324 172 260 0 52 21 21 504 63 101
Binary 11010100 1111010 10110000 0 101010 10001 10001 101000100 110011 1000001

Color Harmonies of #D47AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47AB0

Black with #D47AB0

Text Example


Text Example

White with #D47AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47AB0; }

 p { color: rgb(212,122,176); }

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

background-color css

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

 a { background-color: rgb(212,122,176); }

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

border-color css

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

 span { border-color: rgb(212,122,176); }

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