Html Css Color HEX #D364AB Hopbush

📋 copy color: '#D364AB'

red 211 ◦ green 100 ◦ blue 171

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

Shades of Hopbush #D364AB

Tints of Hopbush #D364AB

RGB

 RED value IS 211 (82.81% from 255) = 43.78%

 GREEN value IS 100 (39.45% from 255) = 20.75%

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

R = 43.78%
G = 20.75%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D364AB (or 0xD364AB) is known color: Hopbush. HEX triplet: D3, 64 and AB. RGB value is (211,100,171). Sum of RGB (Red+Green+Blue) = 211+100+171=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D364AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D364AB is #2C9B54. Grayscale: #8D8D8D. Windows color (decimal): -2923349 or 11232467. OLE color: 11232467.

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

Color convert

RGB 211 100 171 -
CMYK 0 0.53 0.19 0.17
HSL 321.62º 0.56% 0.61% -
HSV(B) 321.62º 0.53% 0.83% -
XYZ 38.77 25.9 41.48 -
YUV 141.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 211 100 171 0 0.53 0.19 0.17 321.62 0.56 0.61
Hex D3 64 AB 0 35 13 11 142 38 3D
Octal 323 144 253 0 65 23 21 502 70 75
Binary 11010011 1100100 10101011 0 110101 10011 10001 101000010 111000 111101

Color Harmonies of #D364AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364AB

Black with #D364AB

Text Example


Text Example

White with #D364AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364AB; }

 p { color: rgb(211,100,171); }

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

background-color css

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

 a { background-color: rgb(211,100,171); }

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

border-color css

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

 span { border-color: rgb(211,100,171); }

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