Html Css Color HEX #D688A5 Can Can

📋 copy color: '#D688A5'

red 214 ◦ green 136 ◦ blue 165

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

Shades of Can Can #D688A5

Tints of Can Can #D688A5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.41%

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

R = 41.55%
G = 26.41%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D688A5 (or 0xD688A5) is known color: Can Can. HEX triplet: D6, 88 and A5. RGB value is (214,136,165). Sum of RGB (Red+Green+Blue) = 214+136+165=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D688A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688A5 is #29775A. Grayscale: #A2A2A2. Windows color (decimal): -2717531 or 10848470. OLE color: 10848470.

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

Color convert

RGB 214 136 165 -
CMYK 0 0.36 0.23 0.16
HSL 337.69º 0.49% 0.69% -
HSV(B) 337.69º 0.36% 0.84% -
XYZ 43.33 34.62 40 -
YUV 162.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 214 136 165 0 0.36 0.23 0.16 337.69 0.49 0.69
Hex D6 88 A5 0 24 17 10 152 31 45
Octal 326 210 245 0 44 27 20 522 61 105
Binary 11010110 10001000 10100101 0 100100 10111 10000 101010010 110001 1000101

Color Harmonies of #D688A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688A5

Black with #D688A5

Text Example


Text Example

White with #D688A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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