Html Css Color HEX #D075B0 Hopbush

📋 copy color: '#D075B0'

red 208 ◦ green 117 ◦ blue 176

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

Shades of Hopbush #D075B0

Tints of Hopbush #D075B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 41.52%
G = 23.35%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D075B0 (or 0xD075B0) is known color: Hopbush. HEX triplet: D0, 75 and B0. RGB value is (208,117,176). Sum of RGB (Red+Green+Blue) = 208+117+176=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D075B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D075B0 is #2F8A4F. Grayscale: #969696. Windows color (decimal): -3115600 or 11564496. OLE color: 11564496.

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

Color convert

RGB 208 117 176 -
CMYK 0 0.44 0.15 0.18
HSL 321.1º 0.49% 0.64% -
HSV(B) 321.1º 0.44% 0.82% -
XYZ 40.21 29.27 44.6 -
YUV 150.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 208 117 176 0 0.44 0.15 0.18 321.1 0.49 0.64
Hex D0 75 B0 0 2C F 12 141 31 40
Octal 320 165 260 0 54 17 22 501 61 100
Binary 11010000 1110101 10110000 0 101100 1111 10010 101000001 110001 1000000

Color Harmonies of #D075B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075B0

Black with #D075B0

Text Example


Text Example

White with #D075B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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