Html Css Color HEX #D5709D Hopbush

📋 copy color: '#D5709D'

red 213 ◦ green 112 ◦ blue 157

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

Shades of Hopbush #D5709D

Tints of Hopbush #D5709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.24%

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 44.19%
G = 23.24%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5709D (or 0xD5709D) is known color: Hopbush. HEX triplet: D5, 70 and 9D. RGB value is (213,112,157). Sum of RGB (Red+Green+Blue) = 213+112+157=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5709D is #2A8F62. Grayscale: #939393. Windows color (decimal): -2789219 or 10318037. OLE color: 10318037.

HSL color Cylindrical-coordinate representation of color #D5709D: hue angle of 333.27º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5709D is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 157 -
CMYK 0 0.47 0.26 0.16
HSL 333.27º 0.55% 0.64% -
HSV(B) 333.27º 0.47% 0.84% -
XYZ 39.32 28.17 35.26 -
YUV 147.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 213 112 157 0 0.47 0.26 0.16 333.27 0.55 0.64
Hex D5 70 9D 0 2F 1A 10 14D 37 40
Octal 325 160 235 0 57 32 20 515 67 100
Binary 11010101 1110000 10011101 0 101111 11010 10000 101001101 110111 1000000

Color Harmonies of #D5709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5709D

Black with #D5709D

Text Example


Text Example

White with #D5709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5709D; }

 p { color: rgb(213,112,157); }

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

background-color css

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

 a { background-color: rgb(213,112,157); }

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

border-color css

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

 span { border-color: rgb(213,112,157); }

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