Html Css Color HEX #D388A5 Can Can

📋 copy color: '#D388A5'

red 211 ◦ green 136 ◦ blue 165

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

Shades of Can Can #D388A5

Tints of Can Can #D388A5

RGB

 RED value IS 211 (82.81% from 255) = 41.21%

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

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

R = 41.21%
G = 26.56%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D388A5 (or 0xD388A5) is known color: Can Can. HEX triplet: D3, 88 and A5. RGB value is (211,136,165). Sum of RGB (Red+Green+Blue) = 211+136+165=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D388A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D388A5 is #2C775A. Grayscale: #A1A1A1. Windows color (decimal): -2914139 or 10848467. OLE color: 10848467.

HSL color Cylindrical-coordinate representation of color #D388A5: hue angle of 336.8º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D388A5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 136 165 -
CMYK 0 0.36 0.22 0.17
HSL 336.8º 0.46% 0.68% -
HSV(B) 336.8º 0.36% 0.83% -
XYZ 42.46 34.17 39.96 -
YUV 161.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 211 136 165 0 0.36 0.22 0.17 336.8 0.46 0.68
Hex D3 88 A5 0 24 16 11 151 2E 44
Octal 323 210 245 0 44 26 21 521 56 104
Binary 11010011 10001000 10100101 0 100100 10110 10001 101010001 101110 1000100

Color Harmonies of #D388A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388A5

Black with #D388A5

Text Example


Text Example

White with #D388A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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