Html Css Color HEX #D664B0 Hopbush

📋 copy color: '#D664B0'

red 214 ◦ green 100 ◦ blue 176

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

Shades of Hopbush #D664B0

Tints of Hopbush #D664B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.92%

R = 43.67%
G = 20.41%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D664B0 (or 0xD664B0) is known color: Hopbush. HEX triplet: D6, 64 and B0. RGB value is (214,100,176). Sum of RGB (Red+Green+Blue) = 214+100+176=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D664B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D664B0 is #299B4F. Grayscale: #8E8E8E. Windows color (decimal): -2726736 or 11560150. OLE color: 11560150.

HSL color Cylindrical-coordinate representation of color #D664B0: hue angle of 320º 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 #D664B0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 176 -
CMYK 0 0.53 0.18 0.16
HSL 320º 0.58% 0.62% -
HSV(B) 320º 0.53% 0.84% -
XYZ 40.13 26.55 44.08 -
YUV 142.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 214 100 176 0 0.53 0.18 0.16 320 0.58 0.62
Hex D6 64 B0 0 35 12 10 140 3A 3E
Octal 326 144 260 0 65 22 20 500 72 76
Binary 11010110 1100100 10110000 0 110101 10010 10000 101000000 111010 111110

Color Harmonies of #D664B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664B0

Black with #D664B0

Text Example


Text Example

White with #D664B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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