Html Css Color HEX #D38B99 Can Can

📋 copy color: '#D38B99'

red 211 ◦ green 139 ◦ blue 153

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

Shades of Can Can #D38B99

Tints of Can Can #D38B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 41.95%
G = 27.63%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D38B99 (or 0xD38B99) is known color: Can Can. HEX triplet: D3, 8B and 99. RGB value is (211,139,153). Sum of RGB (Red+Green+Blue) = 211+139+153=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38B99 is #2C7466. Grayscale: #A2A2A2. Windows color (decimal): -2913383 or 10062803. OLE color: 10062803.

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

Color convert

RGB 211 139 153 -
CMYK 0 0.34 0.27 0.17
HSL 348.33º 0.45% 0.69% -
HSV(B) 348.33º 0.34% 0.83% -
XYZ 41.85 34.61 34.61 -
YUV 162.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 211 139 153 0 0.34 0.27 0.17 348.33 0.45 0.69
Hex D3 8B 99 0 22 1B 11 15C 2D 45
Octal 323 213 231 0 42 33 21 534 55 105
Binary 11010011 10001011 10011001 0 100010 11011 10001 101011100 101101 1000101

Color Harmonies of #D38B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38B99

Black with #D38B99

Text Example


Text Example

White with #D38B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38B99; }

 p { color: rgb(211,139,153); }

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

background-color css

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

 a { background-color: rgb(211,139,153); }

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

border-color css

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

 span { border-color: rgb(211,139,153); }

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