Html Css Color HEX #D36483 Charm

📋 copy color: '#D36483'

red 211 ◦ green 100 ◦ blue 131

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

Shades of Charm #D36483

Tints of Charm #D36483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.62%

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

R = 47.74%
G = 22.62%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D36483 (or 0xD36483) is known color: Charm. HEX triplet: D3, 64 and 83. RGB value is (211,100,131). Sum of RGB (Red+Green+Blue) = 211+100+131=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D36483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36483 is #2C9B7C. Grayscale: #888888. Windows color (decimal): -2923389 or 8611027. OLE color: 8611027.

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

Color convert

RGB 211 100 131 -
CMYK 0 0.53 0.38 0.17
HSL 343.24º 0.56% 0.61% -
HSV(B) 343.24º 0.53% 0.83% -
XYZ 35.52 24.6 24.35 -
YUV 136.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 211 100 131 0 0.53 0.38 0.17 343.24 0.56 0.61
Hex D3 64 83 0 35 26 11 157 38 3D
Octal 323 144 203 0 65 46 21 527 70 75
Binary 11010011 1100100 10000011 0 110101 100110 10001 101010111 111000 111101

Color Harmonies of #D36483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36483

Black with #D36483

Text Example


Text Example

White with #D36483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36483; }

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

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

background-color css

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

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

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

border-color css

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

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

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