Html Css Color HEX #D664A0 Hopbush

📋 copy color: '#D664A0'

red 214 ◦ green 100 ◦ blue 160

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

Shades of Hopbush #D664A0

Tints of Hopbush #D664A0

RGB

 RED value IS 214 (83.98% from 255) = 45.15%

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

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

R = 45.15%
G = 21.1%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D664A0 (or 0xD664A0) is known color: Hopbush. HEX triplet: D6, 64 and A0. RGB value is (214,100,160). Sum of RGB (Red+Green+Blue) = 214+100+160=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D664A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D664A0 is #299B5F. Grayscale: #8C8C8C. Windows color (decimal): -2726752 or 10511574. OLE color: 10511574.

HSL color Cylindrical-coordinate representation of color #D664A0: hue angle of 328.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D664A0 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 160 -
CMYK 0 0.53 0.25 0.16
HSL 328.42º 0.58% 0.62% -
HSV(B) 328.42º 0.53% 0.84% -
XYZ 38.63 25.95 36.23 -
YUV 140.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 214 100 160 0 0.53 0.25 0.16 328.42 0.58 0.62
Hex D6 64 A0 0 35 19 10 148 3A 3E
Octal 326 144 240 0 65 31 20 510 72 76
Binary 11010110 1100100 10100000 0 110101 11001 10000 101001000 111010 111110

Color Harmonies of #D664A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664A0

Black with #D664A0

Text Example


Text Example

White with #D664A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664A0; }

 p { color: rgb(214,100,160); }

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

background-color css

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

 a { background-color: rgb(214,100,160); }

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

border-color css

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

 span { border-color: rgb(214,100,160); }

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