Html Css Color HEX #D074AD Hopbush

📋 copy color: '#D074AD'

red 208 ◦ green 116 ◦ blue 173

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

Shades of Hopbush #D074AD

Tints of Hopbush #D074AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.34%

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

R = 41.85%
G = 23.34%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D074AD (or 0xD074AD) is known color: Hopbush. HEX triplet: D0, 74 and AD. RGB value is (208,116,173). Sum of RGB (Red+Green+Blue) = 208+116+173=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D074AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D074AD is #2F8B52. Grayscale: #959595. Windows color (decimal): -3115859 or 11367632. OLE color: 11367632.

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

Color convert

RGB 208 116 173 -
CMYK 0 0.44 0.17 0.18
HSL 322.83º 0.49% 0.64% -
HSV(B) 322.83º 0.44% 0.82% -
XYZ 39.8 28.92 43.02 -
YUV 150.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 208 116 173 0 0.44 0.17 0.18 322.83 0.49 0.64
Hex D0 74 AD 0 2C 11 12 143 31 40
Octal 320 164 255 0 54 21 22 503 61 100
Binary 11010000 1110100 10101101 0 101100 10001 10010 101000011 110001 1000000

Color Harmonies of #D074AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074AD

Black with #D074AD

Text Example


Text Example

White with #D074AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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