Html Css Color HEX #D461AF Hopbush

📋 copy color: '#D461AF'

red 212 ◦ green 97 ◦ blue 175

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

Shades of Hopbush #D461AF

Tints of Hopbush #D461AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 43.8%
G = 20.04%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D461AF (or 0xD461AF) is known color: Hopbush. HEX triplet: D4, 61 and AF. RGB value is (212,97,175). Sum of RGB (Red+Green+Blue) = 212+97+175=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D461AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D461AF is #2B9E50. Grayscale: #8C8C8C. Windows color (decimal): -2858577 or 11493844. OLE color: 11493844.

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

Color convert

RGB 212 97 175 -
CMYK 0 0.54 0.17 0.17
HSL 319.3º 0.57% 0.61% -
HSV(B) 319.3º 0.54% 0.83% -
XYZ 39.16 25.64 43.44 -
YUV 140.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 212 97 175 0 0.54 0.17 0.17 319.3 0.57 0.61
Hex D4 61 AF 0 36 11 11 13F 39 3D
Octal 324 141 257 0 66 21 21 477 71 75
Binary 11010100 1100001 10101111 0 110110 10001 10001 100111111 111001 111101

Color Harmonies of #D461AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461AF

Black with #D461AF

Text Example


Text Example

White with #D461AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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