Html Css Color HEX #D6609B Hopbush

📋 copy color: '#D6609B'

red 214 ◦ green 96 ◦ blue 155

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

Shades of Hopbush #D6609B

Tints of Hopbush #D6609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.65%

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 46.02%
G = 20.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6609B (or 0xD6609B) is known color: Hopbush. HEX triplet: D6, 60 and 9B. RGB value is (214,96,155). Sum of RGB (Red+Green+Blue) = 214+96+155=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6609B is #299F64. Grayscale: #898989. Windows color (decimal): -2727781 or 10182870. OLE color: 10182870.

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

Color convert

RGB 214 96 155 -
CMYK 0 0.55 0.28 0.16
HSL 330º 0.59% 0.61% -
HSV(B) 330º 0.55% 0.84% -
XYZ 37.83 25.03 33.85 -
YUV 138.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 214 96 155 0 0.55 0.28 0.16 330 0.59 0.61
Hex D6 60 9B 0 37 1C 10 14A 3B 3D
Octal 326 140 233 0 67 34 20 512 73 75
Binary 11010110 1100000 10011011 0 110111 11100 10000 101001010 111011 111101

Color Harmonies of #D6609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6609B

Black with #D6609B

Text Example


Text Example

White with #D6609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6609B; }

 p { color: rgb(214,96,155); }

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

background-color css

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

 a { background-color: rgb(214,96,155); }

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

border-color css

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

 span { border-color: rgb(214,96,155); }

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