Html Css Color HEX #D06690 Hopbush

📋 copy color: '#D06690'

red 208 ◦ green 102 ◦ blue 144

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

Shades of Hopbush #D06690

Tints of Hopbush #D06690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.47%

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

R = 45.81%
G = 22.47%
B = 31.72%

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

#D06690 (or 0xD06690) is known color: Hopbush. HEX triplet: D0, 66 and 90. RGB value is (208,102,144). Sum of RGB (Red+Green+Blue) = 208+102+144=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D06690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06690 is #2F996F. Grayscale: #8A8A8A. Windows color (decimal): -3119472 or 9463504. OLE color: 9463504.

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

Color convert

RGB 208 102 144 -
CMYK 0 0.51 0.31 0.18
HSL 336.23º 0.53% 0.61% -
HSV(B) 336.23º 0.51% 0.82% -
XYZ 35.8 24.93 29.31 -
YUV 138.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 208 102 144 0 0.51 0.31 0.18 336.23 0.53 0.61
Hex D0 66 90 0 33 1F 12 150 35 3D
Octal 320 146 220 0 63 37 22 520 65 75
Binary 11010000 1100110 10010000 0 110011 11111 10010 101010000 110101 111101

Color Harmonies of #D06690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06690

Black with #D06690

Text Example


Text Example

White with #D06690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06690; }

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

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

background-color css

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

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

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

border-color css

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

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

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