Html Css Color HEX #D061A4 Hopbush

📋 copy color: '#D061A4'

red 208 ◦ green 97 ◦ blue 164

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

Shades of Hopbush #D061A4

Tints of Hopbush #D061A4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.68%

 BLUE value IS 164 (64.45% from 255) = 34.97%

R = 44.35%
G = 20.68%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D061A4 (or 0xD061A4) is known color: Hopbush. HEX triplet: D0, 61 and A4. RGB value is (208,97,164). Sum of RGB (Red+Green+Blue) = 208+97+164=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D061A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D061A4 is #2F9E5B. Grayscale: #898989. Windows color (decimal): -3120732 or 10772944. OLE color: 10772944.

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

Color convert

RGB 208 97 164 -
CMYK 0 0.53 0.21 0.18
HSL 323.78º 0.54% 0.6% -
HSV(B) 323.78º 0.53% 0.82% -
XYZ 36.99 24.64 37.93 -
YUV 137.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 208 97 164 0 0.53 0.21 0.18 323.78 0.54 0.6
Hex D0 61 A4 0 35 15 12 144 36 3C
Octal 320 141 244 0 65 25 22 504 66 74
Binary 11010000 1100001 10100100 0 110101 10101 10010 101000100 110110 111100

Color Harmonies of #D061A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061A4

Black with #D061A4

Text Example


Text Example

White with #D061A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061A4; }

 p { color: rgb(208,97,164); }

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

background-color css

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

 a { background-color: rgb(208,97,164); }

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

border-color css

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

 span { border-color: rgb(208,97,164); }

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