Html Css Color HEX #D0619B Hopbush

📋 copy color: '#D0619B'

red 208 ◦ green 97 ◦ blue 155

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

Shades of Hopbush #D0619B

Tints of Hopbush #D0619B

RGB

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

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

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

R = 45.22%
G = 21.09%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0619B (or 0xD0619B) is known color: Hopbush. HEX triplet: D0, 61 and 9B. RGB value is (208,97,155). Sum of RGB (Red+Green+Blue) = 208+97+155=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0619B is #2F9E64. Grayscale: #888888. Windows color (decimal): -3120741 or 10183120. OLE color: 10183120.

HSL color Cylindrical-coordinate representation of color #D0619B: hue angle of 328.65º 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 #D0619B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 155 -
CMYK 0 0.53 0.25 0.18
HSL 328.65º 0.54% 0.6% -
HSV(B) 328.65º 0.53% 0.82% -
XYZ 36.2 24.33 33.8 -
YUV 136.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 208 97 155 0 0.53 0.25 0.18 328.65 0.54 0.6
Hex D0 61 9B 0 35 19 12 149 36 3C
Octal 320 141 233 0 65 31 22 511 66 74
Binary 11010000 1100001 10011011 0 110101 11001 10010 101001001 110110 111100

Color Harmonies of #D0619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0619B

Black with #D0619B

Text Example


Text Example

White with #D0619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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