Html Css Color HEX #D6699B Hopbush

📋 copy color: '#D6699B'

red 214 ◦ green 105 ◦ blue 155

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

Shades of Hopbush #D6699B

Tints of Hopbush #D6699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.15%

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

R = 45.15%
G = 22.15%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6699B (or 0xD6699B) is known color: Hopbush. HEX triplet: D6, 69 and 9B. RGB value is (214,105,155). Sum of RGB (Red+Green+Blue) = 214+105+155=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6699B is #299664. Grayscale: #8F8F8F. Windows color (decimal): -2725477 or 10185174. OLE color: 10185174.

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

Color convert

RGB 214 105 155 -
CMYK 0 0.51 0.28 0.16
HSL 332.48º 0.57% 0.63% -
HSV(B) 332.48º 0.51% 0.84% -
XYZ 38.7 26.77 34.14 -
YUV 143.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 214 105 155 0 0.51 0.28 0.16 332.48 0.57 0.63
Hex D6 69 9B 0 33 1C 10 14C 39 3F
Octal 326 151 233 0 63 34 20 514 71 77
Binary 11010110 1101001 10011011 0 110011 11100 10000 101001100 111001 111111

Color Harmonies of #D6699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6699B

Black with #D6699B

Text Example


Text Example

White with #D6699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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