Html Css Color HEX #D06990 Hopbush

📋 copy color: '#D06990'

red 208 ◦ green 105 ◦ blue 144

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

Shades of Hopbush #D06990

Tints of Hopbush #D06990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.98%

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

R = 45.51%
G = 22.98%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D06990 (or 0xD06990) is known color: Hopbush. HEX triplet: D0, 69 and 90. RGB value is (208,105,144). Sum of RGB (Red+Green+Blue) = 208+105+144=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D06990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06990 is #2F966F. Grayscale: #8C8C8C. Windows color (decimal): -3118704 or 9464272. OLE color: 9464272.

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

Color convert

RGB 208 105 144 -
CMYK 0 0.50 0.31 0.18
HSL 337.28º 0.52% 0.61% -
HSV(B) 337.28º 0.5% 0.82% -
XYZ 36.1 25.53 29.41 -
YUV 140.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 208 105 144 0 0.50 0.31 0.18 337.28 0.52 0.61
Hex D0 69 90 0 32 1F 12 151 34 3D
Octal 320 151 220 0 62 37 22 521 64 75
Binary 11010000 1101001 10010000 0 110010 11111 10010 101010001 110100 111101

Color Harmonies of #D06990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06990

Black with #D06990

Text Example


Text Example

White with #D06990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06990; }

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

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

background-color css

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

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

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

border-color css

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

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

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