Html Css Color HEX #D0649B Hopbush

📋 copy color: '#D0649B'

red 208 ◦ green 100 ◦ blue 155

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

Shades of Hopbush #D0649B

Tints of Hopbush #D0649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.6%

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 44.92%
G = 21.6%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0649B (or 0xD0649B) is known color: Hopbush. HEX triplet: D0, 64 and 9B. RGB value is (208,100,155). Sum of RGB (Red+Green+Blue) = 208+100+155=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0649B is #2F9B64. Grayscale: #8A8A8A. Windows color (decimal): -3119973 or 10183888. OLE color: 10183888.

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

Color convert

RGB 208 100 155 -
CMYK 0 0.52 0.25 0.18
HSL 329.44º 0.53% 0.6% -
HSV(B) 329.44º 0.52% 0.82% -
XYZ 36.49 24.89 33.89 -
YUV 138.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 208 100 155 0 0.52 0.25 0.18 329.44 0.53 0.6
Hex D0 64 9B 0 34 19 12 149 35 3C
Octal 320 144 233 0 64 31 22 511 65 74
Binary 11010000 1100100 10011011 0 110100 11001 10010 101001001 110101 111100

Color Harmonies of #D0649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0649B

Black with #D0649B

Text Example


Text Example

White with #D0649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0649B; }

 p { color: rgb(208,100,155); }

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

background-color css

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

 a { background-color: rgb(208,100,155); }

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

border-color css

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

 span { border-color: rgb(208,100,155); }

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