Html Css Color HEX #D07495 Hopbush

📋 copy color: '#D07495'

red 208 ◦ green 116 ◦ blue 149

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

Shades of Hopbush #D07495

Tints of Hopbush #D07495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.52%

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

R = 43.97%
G = 24.52%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D07495 (or 0xD07495) is known color: Hopbush. HEX triplet: D0, 74 and 95. RGB value is (208,116,149). Sum of RGB (Red+Green+Blue) = 208+116+149=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D07495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07495 is #2F8B6A. Grayscale: #939393. Windows color (decimal): -3115883 or 9794768. OLE color: 9794768.

HSL color Cylindrical-coordinate representation of color #D07495: hue angle of 338.48º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07495 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 149 -
CMYK 0 0.44 0.28 0.18
HSL 338.48º 0.49% 0.64% -
HSV(B) 338.48º 0.44% 0.82% -
XYZ 37.68 28.07 31.87 -
YUV 147.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 208 116 149 0 0.44 0.28 0.18 338.48 0.49 0.64
Hex D0 74 95 0 2C 1C 12 152 31 40
Octal 320 164 225 0 54 34 22 522 61 100
Binary 11010000 1110100 10010101 0 101100 11100 10010 101010010 110001 1000000

Color Harmonies of #D07495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07495

Black with #D07495

Text Example


Text Example

White with #D07495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07495; }

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

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

background-color css

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

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

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

border-color css

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

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

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