Html Css Color HEX #D461A0 Hopbush

📋 copy color: '#D461A0'

red 212 ◦ green 97 ◦ blue 160

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

Shades of Hopbush #D461A0

Tints of Hopbush #D461A0

RGB

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

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

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

R = 45.2%
G = 20.68%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D461A0 (or 0xD461A0) is known color: Hopbush. HEX triplet: D4, 61 and A0. RGB value is (212,97,160). Sum of RGB (Red+Green+Blue) = 212+97+160=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D461A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D461A0 is #2B9E5F. Grayscale: #8A8A8A. Windows color (decimal): -2858592 or 10510804. OLE color: 10510804.

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

Color convert

RGB 212 97 160 -
CMYK 0 0.54 0.25 0.17
HSL 327.13º 0.57% 0.61% -
HSV(B) 327.13º 0.54% 0.83% -
XYZ 37.77 25.08 36.11 -
YUV 138.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 212 97 160 0 0.54 0.25 0.17 327.13 0.57 0.61
Hex D4 61 A0 0 36 19 11 147 39 3D
Octal 324 141 240 0 66 31 21 507 71 75
Binary 11010100 1100001 10100000 0 110110 11001 10001 101000111 111001 111101

Color Harmonies of #D461A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461A0

Black with #D461A0

Text Example


Text Example

White with #D461A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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