Html Css Color HEX #D464A1 Hopbush

📋 copy color: '#D464A1'

red 212 ◦ green 100 ◦ blue 161

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

Shades of Hopbush #D464A1

Tints of Hopbush #D464A1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

 BLUE value IS 161 (63.28% from 255) = 34.04%

R = 44.82%
G = 21.14%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D464A1 (or 0xD464A1) is known color: Hopbush. HEX triplet: D4, 64 and A1. RGB value is (212,100,161). Sum of RGB (Red+Green+Blue) = 212+100+161=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D464A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D464A1 is #2B9B5E. Grayscale: #8C8C8C. Windows color (decimal): -2857823 or 10577108. OLE color: 10577108.

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

Color convert

RGB 212 100 161 -
CMYK 0 0.53 0.24 0.17
HSL 327.32º 0.57% 0.61% -
HSV(B) 327.32º 0.53% 0.83% -
XYZ 38.14 25.68 36.67 -
YUV 140.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 212 100 161 0 0.53 0.24 0.17 327.32 0.57 0.61
Hex D4 64 A1 0 35 18 11 147 39 3D
Octal 324 144 241 0 65 30 21 507 71 75
Binary 11010100 1100100 10100001 0 110101 11000 10001 101000111 111001 111101

Color Harmonies of #D464A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D464A1

Black with #D464A1

Text Example


Text Example

White with #D464A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D464A1; }

 p { color: rgb(212,100,161); }

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

background-color css

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

 a { background-color: rgb(212,100,161); }

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

border-color css

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

 span { border-color: rgb(212,100,161); }

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