Html Css Color HEX #D38AA5 Can Can

📋 copy color: '#D38AA5'

red 211 ◦ green 138 ◦ blue 165

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

Shades of Can Can #D38AA5

Tints of Can Can #D38AA5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.85%

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

R = 41.05%
G = 26.85%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D38AA5 (or 0xD38AA5) is known color: Can Can. HEX triplet: D3, 8A and A5. RGB value is (211,138,165). Sum of RGB (Red+Green+Blue) = 211+138+165=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38AA5 is #2C755A. Grayscale: #A2A2A2. Windows color (decimal): -2913627 or 10848979. OLE color: 10848979.

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

Color convert

RGB 211 138 165 -
CMYK 0 0.35 0.22 0.17
HSL 337.81º 0.45% 0.68% -
HSV(B) 337.81º 0.35% 0.83% -
XYZ 42.74 34.74 40.05 -
YUV 162.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 211 138 165 0 0.35 0.22 0.17 337.81 0.45 0.68
Hex D3 8A A5 0 23 16 11 152 2D 44
Octal 323 212 245 0 43 26 21 522 55 104
Binary 11010011 10001010 10100101 0 100011 10110 10001 101010010 101101 1000100

Color Harmonies of #D38AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AA5

Black with #D38AA5

Text Example


Text Example

White with #D38AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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