Html Css Color HEX #D0759B Hopbush

📋 copy color: '#D0759B'

red 208 ◦ green 117 ◦ blue 155

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

Shades of Hopbush #D0759B

Tints of Hopbush #D0759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 43.33%
G = 24.38%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0759B (or 0xD0759B) is known color: Hopbush. HEX triplet: D0, 75 and 9B. RGB value is (208,117,155). Sum of RGB (Red+Green+Blue) = 208+117+155=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0759B is #2F8A64. Grayscale: #949494. Windows color (decimal): -3115621 or 10188240. OLE color: 10188240.

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

Color convert

RGB 208 117 155 -
CMYK 0 0.44 0.25 0.18
HSL 334.95º 0.49% 0.64% -
HSV(B) 334.95º 0.44% 0.82% -
XYZ 38.29 28.5 34.49 -
YUV 148.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 208 117 155 0 0.44 0.25 0.18 334.95 0.49 0.64
Hex D0 75 9B 0 2C 19 12 14F 31 40
Octal 320 165 233 0 54 31 22 517 61 100
Binary 11010000 1110101 10011011 0 101100 11001 10010 101001111 110001 1000000

Color Harmonies of #D0759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0759B

Black with #D0759B

Text Example


Text Example

White with #D0759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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