Html Css Color HEX #D66FA5 Hopbush

📋 copy color: '#D66FA5'

red 214 ◦ green 111 ◦ blue 165

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

Shades of Hopbush #D66FA5

Tints of Hopbush #D66FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.65%

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

R = 43.67%
G = 22.65%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D66FA5 (or 0xD66FA5) is known color: Hopbush. HEX triplet: D6, 6F and A5. RGB value is (214,111,165). Sum of RGB (Red+Green+Blue) = 214+111+165=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66FA5 is #29905A. Grayscale: #939393. Windows color (decimal): -2723931 or 10842070. OLE color: 10842070.

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

Color convert

RGB 214 111 165 -
CMYK 0 0.48 0.23 0.16
HSL 328.54º 0.56% 0.64% -
HSV(B) 328.54º 0.48% 0.84% -
XYZ 40.21 28.38 38.96 -
YUV 147.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 214 111 165 0 0.48 0.23 0.16 328.54 0.56 0.64
Hex D6 6F A5 0 30 17 10 149 38 40
Octal 326 157 245 0 60 27 20 511 70 100
Binary 11010110 1101111 10100101 0 110000 10111 10000 101001001 111000 1000000

Color Harmonies of #D66FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FA5

Black with #D66FA5

Text Example


Text Example

White with #D66FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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