Html Css Color HEX #D689A0 Can Can

📋 copy color: '#D689A0'

red 214 ◦ green 137 ◦ blue 160

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

Shades of Can Can #D689A0

Tints of Can Can #D689A0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.81%

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 41.88%
G = 26.81%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D689A0 (or 0xD689A0) is known color: Can Can. HEX triplet: D6, 89 and A0. RGB value is (214,137,160). Sum of RGB (Red+Green+Blue) = 214+137+160=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D689A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689A0 is #29765F. Grayscale: #A2A2A2. Windows color (decimal): -2717280 or 10521046. OLE color: 10521046.

HSL color Cylindrical-coordinate representation of color #D689A0: hue angle of 342.08º degrees, saturation: 0.48, 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 #D689A0 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 160 -
CMYK 0 0.36 0.25 0.16
HSL 342.08º 0.48% 0.69% -
HSV(B) 342.08º 0.36% 0.84% -
XYZ 43.02 34.73 37.69 -
YUV 162.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 214 137 160 0 0.36 0.25 0.16 342.08 0.48 0.69
Hex D6 89 A0 0 24 19 10 156 30 45
Octal 326 211 240 0 44 31 20 526 60 105
Binary 11010110 10001001 10100000 0 100100 11001 10000 101010110 110000 1000101

Color Harmonies of #D689A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689A0

Black with #D689A0

Text Example


Text Example

White with #D689A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689A0; }

 p { color: rgb(214,137,160); }

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

background-color css

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

 a { background-color: rgb(214,137,160); }

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

border-color css

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

 span { border-color: rgb(214,137,160); }

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