Html Css Color HEX #D38A93 Can Can

📋 copy color: '#D38A93'

red 211 ◦ green 138 ◦ blue 147

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

Shades of Can Can #D38A93

Tints of Can Can #D38A93

RGB

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

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

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

R = 42.54%
G = 27.82%
B = 29.64%

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

#D38A93 (or 0xD38A93) is known color: Can Can. HEX triplet: D3, 8A and 93. RGB value is (211,138,147). Sum of RGB (Red+Green+Blue) = 211+138+147=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38A93 is #2C756C. Grayscale: #A0A0A0. Windows color (decimal): -2913645 or 9669331. OLE color: 9669331.

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

Color convert

RGB 211 138 147 -
CMYK 0 0.35 0.30 0.17
HSL 352.6º 0.45% 0.68% -
HSV(B) 352.6º 0.35% 0.83% -
XYZ 41.22 34.13 32.02 -
YUV 160.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 211 138 147 0 0.35 0.30 0.17 352.6 0.45 0.68
Hex D3 8A 93 0 23 1E 11 161 2D 44
Octal 323 212 223 0 43 36 21 541 55 104
Binary 11010011 10001010 10010011 0 100011 11110 10001 101100001 101101 1000100

Color Harmonies of #D38A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A93

Black with #D38A93

Text Example


Text Example

White with #D38A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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