Html Css Color HEX #D689A4 Can Can

📋 copy color: '#D689A4'

red 214 ◦ green 137 ◦ blue 164

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

Shades of Can Can #D689A4

Tints of Can Can #D689A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.84%

R = 41.55%
G = 26.6%
B = 31.84%

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

#D689A4 (or 0xD689A4) is known color: Can Can. HEX triplet: D6, 89 and A4. RGB value is (214,137,164). Sum of RGB (Red+Green+Blue) = 214+137+164=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D689A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689A4 is #29765B. Grayscale: #A3A3A3. Windows color (decimal): -2717276 or 10783190. OLE color: 10783190.

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

Color convert

RGB 214 137 164 -
CMYK 0 0.36 0.23 0.16
HSL 338.96º 0.48% 0.69% -
HSV(B) 338.96º 0.36% 0.84% -
XYZ 43.38 34.87 39.57 -
YUV 163.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 214 137 164 0 0.36 0.23 0.16 338.96 0.48 0.69
Hex D6 89 A4 0 24 17 10 153 30 45
Octal 326 211 244 0 44 27 20 523 60 105
Binary 11010110 10001001 10100100 0 100100 10111 10000 101010011 110000 1000101

Color Harmonies of #D689A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689A4

Black with #D689A4

Text Example


Text Example

White with #D689A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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