Html Css Color HEX #D689A5 Can Can

📋 copy color: '#D689A5'

red 214 ◦ green 137 ◦ blue 165

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

Shades of Can Can #D689A5

Tints of Can Can #D689A5

RGB

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

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

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

R = 41.47%
G = 26.55%
B = 31.98%

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

#D689A5 (or 0xD689A5) is known color: Can Can. HEX triplet: D6, 89 and A5. RGB value is (214,137,165). Sum of RGB (Red+Green+Blue) = 214+137+165=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D689A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689A5 is #29765A. Grayscale: #A3A3A3. Windows color (decimal): -2717275 or 10848726. OLE color: 10848726.

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

Color convert

RGB 214 137 165 -
CMYK 0 0.36 0.23 0.16
HSL 338.18º 0.48% 0.69% -
HSV(B) 338.18º 0.36% 0.84% -
XYZ 43.47 34.9 40.04 -
YUV 163.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 214 137 165 0 0.36 0.23 0.16 338.18 0.48 0.69
Hex D6 89 A5 0 24 17 10 152 30 45
Octal 326 211 245 0 44 27 20 522 60 105
Binary 11010110 10001001 10100101 0 100100 10111 10000 101010010 110000 1000101

Color Harmonies of #D689A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689A5

Black with #D689A5

Text Example


Text Example

White with #D689A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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