Html Css Color HEX #D38993 Can Can

📋 copy color: '#D38993'

red 211 ◦ green 137 ◦ blue 147

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

Shades of Can Can #D38993

Tints of Can Can #D38993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

 BLUE value IS 147 (57.81% from 255) = 29.7%

R = 42.63%
G = 27.68%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D38993 (or 0xD38993) is known color: Can Can. HEX triplet: D3, 89 and 93. RGB value is (211,137,147). Sum of RGB (Red+Green+Blue) = 211+137+147=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D38993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38993 is #2C766C. Grayscale: #A0A0A0. Windows color (decimal): -2913901 or 9669075. OLE color: 9669075.

HSL color Cylindrical-coordinate representation of color #D38993: hue angle of 351.89º degrees, saturation: 0.46, 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 #D38993 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 147 -
CMYK 0 0.35 0.30 0.17
HSL 351.89º 0.46% 0.68% -
HSV(B) 351.89º 0.35% 0.83% -
XYZ 41.08 33.85 31.97 -
YUV 160.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 211 137 147 0 0.35 0.30 0.17 351.89 0.46 0.68
Hex D3 89 93 0 23 1E 11 160 2E 44
Octal 323 211 223 0 43 36 21 540 56 104
Binary 11010011 10001001 10010011 0 100011 11110 10001 101100000 101110 1000100

Color Harmonies of #D38993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38993

Black with #D38993

Text Example


Text Example

White with #D38993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38993; }

 p { color: rgb(211,137,147); }

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

background-color css

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

 a { background-color: rgb(211,137,147); }

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

border-color css

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

 span { border-color: rgb(211,137,147); }

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