Html Css Color HEX #D06590 Hopbush

📋 copy color: '#D06590'

red 208 ◦ green 101 ◦ blue 144

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

Shades of Hopbush #D06590

Tints of Hopbush #D06590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 45.92%
G = 22.3%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D06590 (or 0xD06590) is known color: Hopbush. HEX triplet: D0, 65 and 90. RGB value is (208,101,144). Sum of RGB (Red+Green+Blue) = 208+101+144=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D06590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06590 is #2F9A6F. Grayscale: #898989. Windows color (decimal): -3119728 or 9463248. OLE color: 9463248.

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

Color convert

RGB 208 101 144 -
CMYK 0 0.51 0.31 0.18
HSL 335.89º 0.53% 0.61% -
HSV(B) 335.89º 0.51% 0.82% -
XYZ 35.7 24.73 29.28 -
YUV 137.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 208 101 144 0 0.51 0.31 0.18 335.89 0.53 0.61
Hex D0 65 90 0 33 1F 12 150 35 3D
Octal 320 145 220 0 63 37 22 520 65 75
Binary 11010000 1100101 10010000 0 110011 11111 10010 101010000 110101 111101

Color Harmonies of #D06590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06590

Black with #D06590

Text Example


Text Example

White with #D06590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06590; }

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

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

background-color css

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

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

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

border-color css

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

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

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