Html Css Color HEX #D6699C Hopbush

📋 copy color: '#D6699C'

red 214 ◦ green 105 ◦ blue 156

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

Shades of Hopbush #D6699C

Tints of Hopbush #D6699C

RGB

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

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

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

R = 45.05%
G = 22.11%
B = 32.84%

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

#D6699C (or 0xD6699C) is known color: Hopbush. HEX triplet: D6, 69 and 9C. RGB value is (214,105,156). Sum of RGB (Red+Green+Blue) = 214+105+156=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6699C is #299663. Grayscale: #8F8F8F. Windows color (decimal): -2725476 or 10250710. OLE color: 10250710.

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

Color convert

RGB 214 105 156 -
CMYK 0 0.51 0.27 0.16
HSL 331.93º 0.57% 0.63% -
HSV(B) 331.93º 0.51% 0.84% -
XYZ 38.78 26.8 34.58 -
YUV 143.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 214 105 156 0 0.51 0.27 0.16 331.93 0.57 0.63
Hex D6 69 9C 0 33 1B 10 14C 39 3F
Octal 326 151 234 0 63 33 20 514 71 77
Binary 11010110 1101001 10011100 0 110011 11011 10000 101001100 111001 111111

Color Harmonies of #D6699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6699C

Black with #D6699C

Text Example


Text Example

White with #D6699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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