Html Css Color HEX #D5689C Hopbush

📋 copy color: '#D5689C'

red 213 ◦ green 104 ◦ blue 156

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

Shades of Hopbush #D5689C

Tints of Hopbush #D5689C

RGB

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

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

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

R = 45.03%
G = 21.99%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5689C (or 0xD5689C) is known color: Hopbush. HEX triplet: D5, 68 and 9C. RGB value is (213,104,156). Sum of RGB (Red+Green+Blue) = 213+104+156=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5689C is #2A9763. Grayscale: #8E8E8E. Windows color (decimal): -2791268 or 10250453. OLE color: 10250453.

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

Color convert

RGB 213 104 156 -
CMYK 0 0.51 0.27 0.16
HSL 331.38º 0.56% 0.62% -
HSV(B) 331.38º 0.51% 0.84% -
XYZ 38.39 26.45 34.53 -
YUV 142.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 213 104 156 0 0.51 0.27 0.16 331.38 0.56 0.62
Hex D5 68 9C 0 33 1B 10 14B 38 3E
Octal 325 150 234 0 63 33 20 513 70 76
Binary 11010101 1101000 10011100 0 110011 11011 10000 101001011 111000 111110

Color Harmonies of #D5689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5689C

Black with #D5689C

Text Example


Text Example

White with #D5689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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