Html Css Color HEX #D684A5 Can Can

📋 copy color: '#D684A5'

red 214 ◦ green 132 ◦ blue 165

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

Shades of Can Can #D684A5

Tints of Can Can #D684A5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.83%

 BLUE value IS 165 (64.84% from 255) = 32.29%

R = 41.88%
G = 25.83%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D684A5 (or 0xD684A5) is known color: Can Can. HEX triplet: D6, 84 and A5. RGB value is (214,132,165). Sum of RGB (Red+Green+Blue) = 214+132+165=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D684A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D684A5 is #297B5A. Grayscale: #A0A0A0. Windows color (decimal): -2718555 or 10847446. OLE color: 10847446.

HSL color Cylindrical-coordinate representation of color #D684A5: hue angle of 335.85º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D684A5 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 165 -
CMYK 0 0.38 0.23 0.16
HSL 335.85º 0.5% 0.68% -
HSV(B) 335.85º 0.38% 0.84% -
XYZ 42.77 33.52 39.81 -
YUV 160.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 214 132 165 0 0.38 0.23 0.16 335.85 0.5 0.68
Hex D6 84 A5 0 26 17 10 150 32 44
Octal 326 204 245 0 46 27 20 520 62 104
Binary 11010110 10000100 10100101 0 100110 10111 10000 101010000 110010 1000100

Color Harmonies of #D684A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684A5

Black with #D684A5

Text Example


Text Example

White with #D684A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684A5; }

 p { color: rgb(214,132,165); }

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

background-color css

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

 a { background-color: rgb(214,132,165); }

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

border-color css

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

 span { border-color: rgb(214,132,165); }

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