Html Css Color HEX #D5709F Hopbush

📋 copy color: '#D5709F'

red 213 ◦ green 112 ◦ blue 159

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

Shades of Hopbush #D5709F

Tints of Hopbush #D5709F

RGB

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

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

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

R = 44.01%
G = 23.14%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5709F (or 0xD5709F) is known color: Hopbush. HEX triplet: D5, 70 and 9F. RGB value is (213,112,159). Sum of RGB (Red+Green+Blue) = 213+112+159=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5709F is #2A8F60. Grayscale: #939393. Windows color (decimal): -2789217 or 10449109. OLE color: 10449109.

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

Color convert

RGB 213 112 159 -
CMYK 0 0.47 0.25 0.16
HSL 332.08º 0.55% 0.64% -
HSV(B) 332.08º 0.47% 0.84% -
XYZ 39.49 28.24 36.17 -
YUV 147.56 134.46 174.68 -
System Red Green Blue C M Y K H S L
Decimal 213 112 159 0 0.47 0.25 0.16 332.08 0.55 0.64
Hex D5 70 9F 0 2F 19 10 14C 37 40
Octal 325 160 237 0 57 31 20 514 67 100
Binary 11010101 1110000 10011111 0 101111 11001 10000 101001100 110111 1000000

Color Harmonies of #D5709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5709F

Black with #D5709F

Text Example


Text Example

White with #D5709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5709F; }

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

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

background-color css

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

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

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

border-color css

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

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

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