Html Css Color HEX #D075A5 Hopbush

📋 copy color: '#D075A5'

red 208 ◦ green 117 ◦ blue 165

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

Shades of Hopbush #D075A5

Tints of Hopbush #D075A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.67%

R = 42.45%
G = 23.88%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D075A5 (or 0xD075A5) is known color: Hopbush. HEX triplet: D0, 75 and A5. RGB value is (208,117,165). Sum of RGB (Red+Green+Blue) = 208+117+165=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D075A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D075A5 is #2F8A5A. Grayscale: #959595. Windows color (decimal): -3115611 or 10843600. OLE color: 10843600.

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

Color convert

RGB 208 117 165 -
CMYK 0 0.44 0.21 0.18
HSL 328.35º 0.49% 0.64% -
HSV(B) 328.35º 0.44% 0.82% -
XYZ 39.17 28.85 39.1 -
YUV 149.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 208 117 165 0 0.44 0.21 0.18 328.35 0.49 0.64
Hex D0 75 A5 0 2C 15 12 148 31 40
Octal 320 165 245 0 54 25 22 510 61 100
Binary 11010000 1110101 10100101 0 101100 10101 10010 101001000 110001 1000000

Color Harmonies of #D075A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075A5

Black with #D075A5

Text Example


Text Example

White with #D075A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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