Html Css Color HEX #D38399 Can Can

📋 copy color: '#D38399'

red 211 ◦ green 131 ◦ blue 153

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

Shades of Can Can #D38399

Tints of Can Can #D38399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.46%

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

R = 42.63%
G = 26.46%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D38399 (or 0xD38399) is known color: Can Can. HEX triplet: D3, 83 and 99. RGB value is (211,131,153). Sum of RGB (Red+Green+Blue) = 211+131+153=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D38399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38399 is #2C7C66. Grayscale: #9D9D9D. Windows color (decimal): -2915431 or 10060755. OLE color: 10060755.

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

Color convert

RGB 211 131 153 -
CMYK 0 0.38 0.27 0.17
HSL 343.5º 0.48% 0.67% -
HSV(B) 343.5º 0.38% 0.83% -
XYZ 40.73 32.38 34.24 -
YUV 157.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 211 131 153 0 0.38 0.27 0.17 343.5 0.48 0.67
Hex D3 83 99 0 26 1B 11 158 30 43
Octal 323 203 231 0 46 33 21 530 60 103
Binary 11010011 10000011 10011001 0 100110 11011 10001 101011000 110000 1000011

Color Harmonies of #D38399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38399

Black with #D38399

Text Example


Text Example

White with #D38399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38399; }

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

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

background-color css

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

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

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

border-color css

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

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

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