Html Css Color HEX #D463AA Hopbush

📋 copy color: '#D463AA'

red 212 ◦ green 99 ◦ blue 170

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

Shades of Hopbush #D463AA

Tints of Hopbush #D463AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.58%

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 44.07%
G = 20.58%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D463AA (or 0xD463AA) is known color: Hopbush. HEX triplet: D4, 63 and AA. RGB value is (212,99,170). Sum of RGB (Red+Green+Blue) = 212+99+170=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D463AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D463AA is #2B9C55. Grayscale: #8C8C8C. Windows color (decimal): -2858070 or 11166676. OLE color: 11166676.

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

Color convert

RGB 212 99 170 -
CMYK 0 0.53 0.20 0.17
HSL 322.3º 0.57% 0.61% -
HSV(B) 322.3º 0.53% 0.83% -
XYZ 38.87 25.82 40.97 -
YUV 140.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 212 99 170 0 0.53 0.20 0.17 322.3 0.57 0.61
Hex D4 63 AA 0 35 14 11 142 39 3D
Octal 324 143 252 0 65 24 21 502 71 75
Binary 11010100 1100011 10101010 0 110101 10100 10001 101000010 111001 111101

Color Harmonies of #D463AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463AA

Black with #D463AA

Text Example


Text Example

White with #D463AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463AA; }

 p { color: rgb(212,99,170); }

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

background-color css

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

 a { background-color: rgb(212,99,170); }

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

border-color css

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

 span { border-color: rgb(212,99,170); }

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