Html Css Color HEX #D66EA5 Hopbush

📋 copy color: '#D66EA5'

red 214 ◦ green 110 ◦ blue 165

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

Shades of Hopbush #D66EA5

Tints of Hopbush #D66EA5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.49%

 BLUE value IS 165 (64.84% from 255) = 33.74%

R = 43.76%
G = 22.49%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D66EA5 (or 0xD66EA5) is known color: Hopbush. HEX triplet: D6, 6E and A5. RGB value is (214,110,165). Sum of RGB (Red+Green+Blue) = 214+110+165=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66EA5 is #29915A. Grayscale: #939393. Windows color (decimal): -2724187 or 10841814. OLE color: 10841814.

HSL color Cylindrical-coordinate representation of color #D66EA5: hue angle of 328.27º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66EA5 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 165 -
CMYK 0 0.49 0.23 0.16
HSL 328.27º 0.56% 0.64% -
HSV(B) 328.27º 0.49% 0.84% -
XYZ 40.1 28.16 38.92 -
YUV 147.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 214 110 165 0 0.49 0.23 0.16 328.27 0.56 0.64
Hex D6 6E A5 0 31 17 10 148 38 40
Octal 326 156 245 0 61 27 20 510 70 100
Binary 11010110 1101110 10100101 0 110001 10111 10000 101001000 111000 1000000

Color Harmonies of #D66EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EA5

Black with #D66EA5

Text Example


Text Example

White with #D66EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EA5; }

 p { color: rgb(214,110,165); }

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

background-color css

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

 a { background-color: rgb(214,110,165); }

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

border-color css

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

 span { border-color: rgb(214,110,165); }

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