Html Css Color HEX #D06995 Hopbush

📋 copy color: '#D06995'

red 208 ◦ green 105 ◦ blue 149

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

Shades of Hopbush #D06995

Tints of Hopbush #D06995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 45.02%
G = 22.73%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D06995 (or 0xD06995) is known color: Hopbush. HEX triplet: D0, 69 and 95. RGB value is (208,105,149). Sum of RGB (Red+Green+Blue) = 208+105+149=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D06995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06995 is #2F966A. Grayscale: #8C8C8C. Windows color (decimal): -3118699 or 9791952. OLE color: 9791952.

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

Color convert

RGB 208 105 149 -
CMYK 0 0.50 0.28 0.18
HSL 334.37º 0.52% 0.61% -
HSV(B) 334.37º 0.5% 0.82% -
XYZ 36.49 25.68 31.47 -
YUV 140.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 208 105 149 0 0.50 0.28 0.18 334.37 0.52 0.61
Hex D0 69 95 0 32 1C 12 14E 34 3D
Octal 320 151 225 0 62 34 22 516 64 75
Binary 11010000 1101001 10010101 0 110010 11100 10010 101001110 110100 111101

Color Harmonies of #D06995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06995

Black with #D06995

Text Example


Text Example

White with #D06995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06995; }

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

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

background-color css

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

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

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

border-color css

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

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

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