Html Css Color HEX #D461A8 Hopbush

📋 copy color: '#D461A8'

red 212 ◦ green 97 ◦ blue 168

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

Shades of Hopbush #D461A8

Tints of Hopbush #D461A8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.34%

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

R = 44.44%
G = 20.34%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D461A8 (or 0xD461A8) is known color: Hopbush. HEX triplet: D4, 61 and A8. RGB value is (212,97,168). Sum of RGB (Red+Green+Blue) = 212+97+168=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D461A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D461A8 is #2B9E57. Grayscale: #8B8B8B. Windows color (decimal): -2858584 or 11035092. OLE color: 11035092.

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

Color convert

RGB 212 97 168 -
CMYK 0 0.54 0.21 0.17
HSL 322.96º 0.57% 0.61% -
HSV(B) 322.96º 0.54% 0.83% -
XYZ 38.49 25.37 39.91 -
YUV 139.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 212 97 168 0 0.54 0.21 0.17 322.96 0.57 0.61
Hex D4 61 A8 0 36 15 11 143 39 3D
Octal 324 141 250 0 66 25 21 503 71 75
Binary 11010100 1100001 10101000 0 110110 10101 10001 101000011 111001 111101

Color Harmonies of #D461A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461A8

Black with #D461A8

Text Example


Text Example

White with #D461A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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