Html Css Color HEX #D065AD Hopbush

📋 copy color: '#D065AD'

red 208 ◦ green 101 ◦ blue 173

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

Shades of Hopbush #D065AD

Tints of Hopbush #D065AD

RGB

 RED value IS 208 (81.64% from 255) = 43.15%

 GREEN value IS 101 (39.84% from 255) = 20.95%

 BLUE value IS 173 (67.97% from 255) = 35.89%

R = 43.15%
G = 20.95%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D065AD (or 0xD065AD) is known color: Hopbush. HEX triplet: D0, 65 and AD. RGB value is (208,101,173). Sum of RGB (Red+Green+Blue) = 208+101+173=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D065AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D065AD is #2F9A52. Grayscale: #8D8D8D. Windows color (decimal): -3119699 or 11363792. OLE color: 11363792.

HSL color Cylindrical-coordinate representation of color #D065AD: hue angle of 319.63º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D065AD is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 173 -
CMYK 0 0.51 0.17 0.18
HSL 319.63º 0.53% 0.61% -
HSV(B) 319.63º 0.51% 0.82% -
XYZ 38.21 25.73 42.49 -
YUV 141.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 208 101 173 0 0.51 0.17 0.18 319.63 0.53 0.61
Hex D0 65 AD 0 33 11 12 140 35 3D
Octal 320 145 255 0 63 21 22 500 65 75
Binary 11010000 1100101 10101101 0 110011 10001 10010 101000000 110101 111101

Color Harmonies of #D065AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065AD

Black with #D065AD

Text Example


Text Example

White with #D065AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065AD; }

 p { color: rgb(208,101,173); }

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

background-color css

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

 a { background-color: rgb(208,101,173); }

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

border-color css

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

 span { border-color: rgb(208,101,173); }

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