Html Css Color HEX #D5689D Hopbush

📋 copy color: '#D5689D'

red 213 ◦ green 104 ◦ blue 157

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

Shades of Hopbush #D5689D

Tints of Hopbush #D5689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.94%

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

R = 44.94%
G = 21.94%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5689D (or 0xD5689D) is known color: Hopbush. HEX triplet: D5, 68 and 9D. RGB value is (213,104,157). Sum of RGB (Red+Green+Blue) = 213+104+157=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5689D is #2A9762. Grayscale: #8E8E8E. Windows color (decimal): -2791267 or 10315989. OLE color: 10315989.

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

Color convert

RGB 213 104 157 -
CMYK 0 0.51 0.26 0.16
HSL 330.83º 0.56% 0.62% -
HSV(B) 330.83º 0.51% 0.84% -
XYZ 38.48 26.48 34.98 -
YUV 142.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 213 104 157 0 0.51 0.26 0.16 330.83 0.56 0.62
Hex D5 68 9D 0 33 1A 10 14B 38 3E
Octal 325 150 235 0 63 32 20 513 70 76
Binary 11010101 1101000 10011101 0 110011 11010 10000 101001011 111000 111110

Color Harmonies of #D5689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5689D

Black with #D5689D

Text Example


Text Example

White with #D5689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5689D; }

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

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

background-color css

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

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

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

border-color css

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

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

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