Html Css Color HEX #D075AB Hopbush

📋 copy color: '#D075AB'

red 208 ◦ green 117 ◦ blue 171

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

Shades of Hopbush #D075AB

Tints of Hopbush #D075AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 41.94%
G = 23.59%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D075AB (or 0xD075AB) is known color: Hopbush. HEX triplet: D0, 75 and AB. RGB value is (208,117,171). Sum of RGB (Red+Green+Blue) = 208+117+171=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D075AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D075AB is #2F8A54. Grayscale: #969696. Windows color (decimal): -3115605 or 11236816. OLE color: 11236816.

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

Color convert

RGB 208 117 171 -
CMYK 0 0.44 0.18 0.18
HSL 324.4º 0.49% 0.64% -
HSV(B) 324.4º 0.44% 0.82% -
XYZ 39.72 29.07 42.05 -
YUV 150.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 208 117 171 0 0.44 0.18 0.18 324.4 0.49 0.64
Hex D0 75 AB 0 2C 12 12 144 31 40
Octal 320 165 253 0 54 22 22 504 61 100
Binary 11010000 1110101 10101011 0 101100 10010 10010 101000100 110001 1000000

Color Harmonies of #D075AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075AB

Black with #D075AB

Text Example


Text Example

White with #D075AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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