Html Css Color HEX #D463A8 Hopbush

📋 copy color: '#D463A8'

red 212 ◦ green 99 ◦ blue 168

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

Shades of Hopbush #D463A8

Tints of Hopbush #D463A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 44.26%
G = 20.67%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D463A8 (or 0xD463A8) is known color: Hopbush. HEX triplet: D4, 63 and A8. RGB value is (212,99,168). Sum of RGB (Red+Green+Blue) = 212+99+168=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D463A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D463A8 is #2B9C57. Grayscale: #8C8C8C. Windows color (decimal): -2858072 or 11035604. OLE color: 11035604.

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

Color convert

RGB 212 99 168 -
CMYK 0 0.53 0.21 0.17
HSL 323.36º 0.57% 0.61% -
HSV(B) 323.36º 0.53% 0.83% -
XYZ 38.68 25.75 39.98 -
YUV 140.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 212 99 168 0 0.53 0.21 0.17 323.36 0.57 0.61
Hex D4 63 A8 0 35 15 11 143 39 3D
Octal 324 143 250 0 65 25 21 503 71 75
Binary 11010100 1100011 10101000 0 110101 10101 10001 101000011 111001 111101

Color Harmonies of #D463A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463A8

Black with #D463A8

Text Example


Text Example

White with #D463A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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