Html Css Color HEX #D463A0 Hopbush

📋 copy color: '#D463A0'

red 212 ◦ green 99 ◦ blue 160

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

Shades of Hopbush #D463A0

Tints of Hopbush #D463A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 45.01%
G = 21.02%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D463A0 (or 0xD463A0) is known color: Hopbush. HEX triplet: D4, 63 and A0. RGB value is (212,99,160). Sum of RGB (Red+Green+Blue) = 212+99+160=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D463A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D463A0 is #2B9C5F. Grayscale: #8B8B8B. Windows color (decimal): -2858080 or 10511316. OLE color: 10511316.

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

Color convert

RGB 212 99 160 -
CMYK 0 0.53 0.25 0.17
HSL 327.61º 0.57% 0.61% -
HSV(B) 327.61º 0.53% 0.83% -
XYZ 37.96 25.46 36.17 -
YUV 139.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 212 99 160 0 0.53 0.25 0.17 327.61 0.57 0.61
Hex D4 63 A0 0 35 19 11 148 39 3D
Octal 324 143 240 0 65 31 21 510 71 75
Binary 11010100 1100011 10100000 0 110101 11001 10001 101001000 111001 111101

Color Harmonies of #D463A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463A0

Black with #D463A0

Text Example


Text Example

White with #D463A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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