Html Css Color HEX #D462AB Hopbush

📋 copy color: '#D462AB'

red 212 ◦ green 98 ◦ blue 171

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

Shades of Hopbush #D462AB

Tints of Hopbush #D462AB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.37%

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 44.07%
G = 20.37%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D462AB (or 0xD462AB) is known color: Hopbush. HEX triplet: D4, 62 and AB. RGB value is (212,98,171). Sum of RGB (Red+Green+Blue) = 212+98+171=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D462AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D462AB is #2B9D54. Grayscale: #8C8C8C. Windows color (decimal): -2858325 or 11231956. OLE color: 11231956.

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

Color convert

RGB 212 98 171 -
CMYK 0 0.54 0.19 0.17
HSL 321.58º 0.57% 0.61% -
HSV(B) 321.58º 0.54% 0.83% -
XYZ 38.87 25.67 41.43 -
YUV 140.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 212 98 171 0 0.54 0.19 0.17 321.58 0.57 0.61
Hex D4 62 AB 0 36 13 11 142 39 3D
Octal 324 142 253 0 66 23 21 502 71 75
Binary 11010100 1100010 10101011 0 110110 10011 10001 101000010 111001 111101

Color Harmonies of #D462AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462AB

Black with #D462AB

Text Example


Text Example

White with #D462AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462AB; }

 p { color: rgb(212,98,171); }

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

background-color css

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

 a { background-color: rgb(212,98,171); }

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

border-color css

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

 span { border-color: rgb(212,98,171); }

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