Html Css Color HEX #D075A0 Hopbush

📋 copy color: '#D075A0'

red 208 ◦ green 117 ◦ blue 160

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

Shades of Hopbush #D075A0

Tints of Hopbush #D075A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 42.89%
G = 24.12%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D075A0 (or 0xD075A0) is known color: Hopbush. HEX triplet: D0, 75 and A0. RGB value is (208,117,160). Sum of RGB (Red+Green+Blue) = 208+117+160=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D075A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D075A0 is #2F8A5F. Grayscale: #959595. Windows color (decimal): -3115616 or 10515920. OLE color: 10515920.

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

Color convert

RGB 208 117 160 -
CMYK 0 0.44 0.23 0.18
HSL 331.65º 0.49% 0.64% -
HSV(B) 331.65º 0.44% 0.82% -
XYZ 38.72 28.67 36.75 -
YUV 149.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 208 117 160 0 0.44 0.23 0.18 331.65 0.49 0.64
Hex D0 75 A0 0 2C 17 12 14C 31 40
Octal 320 165 240 0 54 27 22 514 61 100
Binary 11010000 1110101 10100000 0 101100 10111 10010 101001100 110001 1000000

Color Harmonies of #D075A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075A0

Black with #D075A0

Text Example


Text Example

White with #D075A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075A0; }

 p { color: rgb(208,117,160); }

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

background-color css

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

 a { background-color: rgb(208,117,160); }

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

border-color css

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

 span { border-color: rgb(208,117,160); }

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