Html Css Color HEX #D6599D Hopbush

📋 copy color: '#D6599D'

red 214 ◦ green 89 ◦ blue 157

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

Shades of Hopbush #D6599D

Tints of Hopbush #D6599D

RGB

 RED value IS 214 (83.98% from 255) = 46.52%

 GREEN value IS 89 (35.16% from 255) = 19.35%

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

R = 46.52%
G = 19.35%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6599D (or 0xD6599D) is known color: Hopbush. HEX triplet: D6, 59 and 9D. RGB value is (214,89,157). Sum of RGB (Red+Green+Blue) = 214+89+157=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6599D is #29A662. Grayscale: #858585. Windows color (decimal): -2729571 or 10312150. OLE color: 10312150.

HSL color Cylindrical-coordinate representation of color #D6599D: hue angle of 327.36º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6599D is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 157 -
CMYK 0 0.58 0.27 0.16
HSL 327.36º 0.6% 0.59% -
HSV(B) 327.36º 0.58% 0.84% -
XYZ 37.39 23.88 34.54 -
YUV 134.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 214 89 157 0 0.58 0.27 0.16 327.36 0.6 0.59
Hex D6 59 9D 0 3A 1B 10 147 3C 3B
Octal 326 131 235 0 72 33 20 507 74 73
Binary 11010110 1011001 10011101 0 111010 11011 10000 101000111 111100 111011

Color Harmonies of #D6599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6599D

Black with #D6599D

Text Example


Text Example

White with #D6599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6599D; }

 p { color: rgb(214,89,157); }

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

background-color css

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

 a { background-color: rgb(214,89,157); }

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

border-color css

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

 span { border-color: rgb(214,89,157); }

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