Html Css Color HEX #D38083 Charm

📋 copy color: '#D38083'

red 211 ◦ green 128 ◦ blue 131

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

Shades of Charm #D38083

Tints of Charm #D38083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.23%

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 44.89%
G = 27.23%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D38083 (or 0xD38083) is known color: Charm. HEX triplet: D3, 80 and 83. RGB value is (211,128,131). Sum of RGB (Red+Green+Blue) = 211+128+131=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D38083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38083 is #2C7F7C. Grayscale: #999999. Windows color (decimal): -2916221 or 8618195. OLE color: 8618195.

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

Color convert

RGB 211 128 131 -
CMYK 0 0.39 0.38 0.17
HSL 357.83º 0.49% 0.66% -
HSV(B) 357.83º 0.39% 0.83% -
XYZ 38.68 30.93 25.4 -
YUV 153.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 211 128 131 0 0.39 0.38 0.17 357.83 0.49 0.66
Hex D3 80 83 0 27 26 11 166 31 42
Octal 323 200 203 0 47 46 21 546 61 102
Binary 11010011 10000000 10000011 0 100111 100110 10001 101100110 110001 1000010

Color Harmonies of #D38083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38083

Black with #D38083

Text Example


Text Example

White with #D38083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38083; }

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

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

background-color css

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

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

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

border-color css

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

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

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