Html Css Color HEX #D5709B Hopbush

📋 copy color: '#D5709B'

red 213 ◦ green 112 ◦ blue 155

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

Shades of Hopbush #D5709B

Tints of Hopbush #D5709B

RGB

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

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

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

R = 44.38%
G = 23.33%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5709B (or 0xD5709B) is known color: Hopbush. HEX triplet: D5, 70 and 9B. RGB value is (213,112,155). Sum of RGB (Red+Green+Blue) = 213+112+155=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5709B is #2A8F64. Grayscale: #939393. Windows color (decimal): -2789221 or 10186965. OLE color: 10186965.

HSL color Cylindrical-coordinate representation of color #D5709B: hue angle of 334.46º 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 #D5709B is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 155 -
CMYK 0 0.47 0.27 0.16
HSL 334.46º 0.55% 0.64% -
HSV(B) 334.46º 0.47% 0.84% -
XYZ 39.15 28.1 34.37 -
YUV 147.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 213 112 155 0 0.47 0.27 0.16 334.46 0.55 0.64
Hex D5 70 9B 0 2F 1B 10 14E 37 40
Octal 325 160 233 0 57 33 20 516 67 100
Binary 11010101 1110000 10011011 0 101111 11011 10000 101001110 110111 1000000

Color Harmonies of #D5709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5709B

Black with #D5709B

Text Example


Text Example

White with #D5709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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