Html Css Color HEX #D06490 Hopbush

📋 copy color: '#D06490'

red 208 ◦ green 100 ◦ blue 144

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

Shades of Hopbush #D06490

Tints of Hopbush #D06490

RGB

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

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

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

R = 46.02%
G = 22.12%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D06490 (or 0xD06490) is known color: Hopbush. HEX triplet: D0, 64 and 90. RGB value is (208,100,144). Sum of RGB (Red+Green+Blue) = 208+100+144=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D06490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06490 is #2F9B6F. Grayscale: #898989. Windows color (decimal): -3119984 or 9462992. OLE color: 9462992.

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

Color convert

RGB 208 100 144 -
CMYK 0 0.52 0.31 0.18
HSL 335.56º 0.53% 0.6% -
HSV(B) 335.56º 0.52% 0.82% -
XYZ 35.6 24.54 29.25 -
YUV 137.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 208 100 144 0 0.52 0.31 0.18 335.56 0.53 0.6
Hex D0 64 90 0 34 1F 12 150 35 3C
Octal 320 144 220 0 64 37 22 520 65 74
Binary 11010000 1100100 10010000 0 110100 11111 10010 101010000 110101 111100

Color Harmonies of #D06490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06490

Black with #D06490

Text Example


Text Example

White with #D06490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06490; }

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

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

background-color css

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

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

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

border-color css

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

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

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