Html Css Color HEX #D5709C Hopbush

📋 copy color: '#D5709C'

red 213 ◦ green 112 ◦ blue 156

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

Shades of Hopbush #D5709C

Tints of Hopbush #D5709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.43%

R = 44.28%
G = 23.28%
B = 32.43%

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

#D5709C (or 0xD5709C) is known color: Hopbush. HEX triplet: D5, 70 and 9C. RGB value is (213,112,156). Sum of RGB (Red+Green+Blue) = 213+112+156=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5709C is #2A8F63. Grayscale: #939393. Windows color (decimal): -2789220 or 10252501. OLE color: 10252501.

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

Color convert

RGB 213 112 156 -
CMYK 0 0.47 0.27 0.16
HSL 333.86º 0.55% 0.64% -
HSV(B) 333.86º 0.47% 0.84% -
XYZ 39.24 28.13 34.82 -
YUV 147.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 213 112 156 0 0.47 0.27 0.16 333.86 0.55 0.64
Hex D5 70 9C 0 2F 1B 10 14E 37 40
Octal 325 160 234 0 57 33 20 516 67 100
Binary 11010101 1110000 10011100 0 101111 11011 10000 101001110 110111 1000000

Color Harmonies of #D5709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5709C

Black with #D5709C

Text Example


Text Example

White with #D5709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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