Html Css Color HEX #D06890 Hopbush

📋 copy color: '#D06890'

red 208 ◦ green 104 ◦ blue 144

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

Shades of Hopbush #D06890

Tints of Hopbush #D06890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.81%

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

R = 45.61%
G = 22.81%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D06890 (or 0xD06890) is known color: Hopbush. HEX triplet: D0, 68 and 90. RGB value is (208,104,144). Sum of RGB (Red+Green+Blue) = 208+104+144=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D06890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06890 is #2F976F. Grayscale: #8B8B8B. Windows color (decimal): -3118960 or 9464016. OLE color: 9464016.

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

Color convert

RGB 208 104 144 -
CMYK 0 0.5 0.31 0.18
HSL 336.92º 0.53% 0.61% -
HSV(B) 336.92º 0.5% 0.82% -
XYZ 36 25.32 29.38 -
YUV 139.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 208 104 144 0 0.5 0.31 0.18 336.92 0.53 0.61
Hex D0 68 90 0 32 1F 12 151 35 3D
Octal 320 150 220 0 62 37 22 521 65 75
Binary 11010000 1101000 10010000 0 110010 11111 10010 101010001 110101 111101

Color Harmonies of #D06890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06890

Black with #D06890

Text Example


Text Example

White with #D06890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06890; }

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

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

background-color css

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

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

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

border-color css

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

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

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