Html Css Color HEX #D65AA5 Hopbush

📋 copy color: '#D65AA5'

red 214 ◦ green 90 ◦ blue 165

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

Shades of Hopbush #D65AA5

Tints of Hopbush #D65AA5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.19%

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

R = 45.63%
G = 19.19%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D65AA5 (or 0xD65AA5) is known color: Hopbush. HEX triplet: D6, 5A and A5. RGB value is (214,90,165). Sum of RGB (Red+Green+Blue) = 214+90+165=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AA5 is #29A55A. Grayscale: #878787. Windows color (decimal): -2729307 or 10836694. OLE color: 10836694.

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

Color convert

RGB 214 90 165 -
CMYK 0 0.58 0.23 0.16
HSL 323.71º 0.6% 0.6% -
HSV(B) 323.71º 0.58% 0.84% -
XYZ 38.18 24.33 38.28 -
YUV 135.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 214 90 165 0 0.58 0.23 0.16 323.71 0.6 0.6
Hex D6 5A A5 0 3A 17 10 144 3C 3C
Octal 326 132 245 0 72 27 20 504 74 74
Binary 11010110 1011010 10100101 0 111010 10111 10000 101000100 111100 111100

Color Harmonies of #D65AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AA5

Black with #D65AA5

Text Example


Text Example

White with #D65AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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