Html Css Color HEX #D38D99 Can Can

📋 copy color: '#D38D99'

red 211 ◦ green 141 ◦ blue 153

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

Shades of Can Can #D38D99

Tints of Can Can #D38D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.92%

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

R = 41.78%
G = 27.92%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D38D99 (or 0xD38D99) is known color: Can Can. HEX triplet: D3, 8D and 99. RGB value is (211,141,153). Sum of RGB (Red+Green+Blue) = 211+141+153=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38D99 is #2C7266. Grayscale: #A3A3A3. Windows color (decimal): -2912871 or 10063315. OLE color: 10063315.

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

Color convert

RGB 211 141 153 -
CMYK 0 0.33 0.27 0.17
HSL 349.71º 0.44% 0.69% -
HSV(B) 349.71º 0.33% 0.83% -
XYZ 42.14 35.2 34.71 -
YUV 163.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 211 141 153 0 0.33 0.27 0.17 349.71 0.44 0.69
Hex D3 8D 99 0 21 1B 11 15E 2C 45
Octal 323 215 231 0 41 33 21 536 54 105
Binary 11010011 10001101 10011001 0 100001 11011 10001 101011110 101100 1000101

Color Harmonies of #D38D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D99

Black with #D38D99

Text Example


Text Example

White with #D38D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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