Html Css Color HEX #D688A2 Can Can

📋 copy color: '#D688A2'

red 214 ◦ green 136 ◦ blue 162

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

Shades of Can Can #D688A2

Tints of Can Can #D688A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.64%

R = 41.8%
G = 26.56%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D688A2 (or 0xD688A2) is known color: Can Can. HEX triplet: D6, 88 and A2. RGB value is (214,136,162). Sum of RGB (Red+Green+Blue) = 214+136+162=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D688A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688A2 is #29775D. Grayscale: #A2A2A2. Windows color (decimal): -2717534 or 10651862. OLE color: 10651862.

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

Color convert

RGB 214 136 162 -
CMYK 0 0.36 0.24 0.16
HSL 340º 0.49% 0.69% -
HSV(B) 340º 0.36% 0.84% -
XYZ 43.06 34.51 38.57 -
YUV 162.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 214 136 162 0 0.36 0.24 0.16 340 0.49 0.69
Hex D6 88 A2 0 24 18 10 154 31 45
Octal 326 210 242 0 44 30 20 524 61 105
Binary 11010110 10001000 10100010 0 100100 11000 10000 101010100 110001 1000101

Color Harmonies of #D688A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688A2

Black with #D688A2

Text Example


Text Example

White with #D688A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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