Html Css Color HEX #D5759F Hopbush

📋 copy color: '#D5759F'

red 213 ◦ green 117 ◦ blue 159

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

Shades of Hopbush #D5759F

Tints of Hopbush #D5759F

RGB

 RED value IS 213 (83.59% from 255) = 43.56%

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

 BLUE value IS 159 (62.5% from 255) = 32.52%

R = 43.56%
G = 23.93%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5759F (or 0xD5759F) is known color: Hopbush. HEX triplet: D5, 75 and 9F. RGB value is (213,117,159). Sum of RGB (Red+Green+Blue) = 213+117+159=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5759F is #2A8A60. Grayscale: #969696. Windows color (decimal): -2787937 or 10450389. OLE color: 10450389.

HSL color Cylindrical-coordinate representation of color #D5759F: hue angle of 333.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5759F is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 159 -
CMYK 0 0.45 0.25 0.16
HSL 333.75º 0.53% 0.65% -
HSV(B) 333.75º 0.45% 0.84% -
XYZ 40.06 29.37 36.36 -
YUV 150.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 213 117 159 0 0.45 0.25 0.16 333.75 0.53 0.65
Hex D5 75 9F 0 2D 19 10 14E 35 41
Octal 325 165 237 0 55 31 20 516 65 101
Binary 11010101 1110101 10011111 0 101101 11001 10000 101001110 110101 1000001

Color Harmonies of #D5759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5759F

Black with #D5759F

Text Example


Text Example

White with #D5759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5759F; }

 p { color: rgb(213,117,159); }

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

background-color css

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

 a { background-color: rgb(213,117,159); }

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

border-color css

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

 span { border-color: rgb(213,117,159); }

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