Html Css Color HEX #D3585D Mandy

📋 copy color: '#D3585D'

red 211 ◦ green 88 ◦ blue 93

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

Shades of Mandy #D3585D

Tints of Mandy #D3585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 53.83%
G = 22.45%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3585D (or 0xD3585D) is known color: Mandy. HEX triplet: D3, 58 and 5D. RGB value is (211,88,93). Sum of RGB (Red+Green+Blue) = 211+88+93=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3585D is #2CA7A2. Grayscale: #7D7D7D. Windows color (decimal): -2926499 or 6117587. OLE color: 6117587.

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

Color convert

RGB 211 88 93 -
CMYK 0 0.58 0.56 0.17
HSL 357.56º 0.58% 0.59% -
HSV(B) 357.56º 0.58% 0.83% -
XYZ 32.33 21.62 12.82 -
YUV 125.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 211 88 93 0 0.58 0.56 0.17 357.56 0.58 0.59
Hex D3 58 5D 0 3A 38 11 166 3A 3B
Octal 323 130 135 0 72 70 21 546 72 73
Binary 11010011 1011000 1011101 0 111010 111000 10001 101100110 111010 111011

Color Harmonies of #D3585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3585D

Black with #D3585D

Text Example


Text Example

White with #D3585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3585D; }

 p { color: rgb(211,88,93); }

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

background-color css

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

 a { background-color: rgb(211,88,93); }

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

border-color css

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

 span { border-color: rgb(211,88,93); }

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