Html Css Color HEX #D3425D Mandy

📋 copy color: '#D3425D'

red 211 ◦ green 66 ◦ blue 93

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

Shades of Mandy #D3425D

Tints of Mandy #D3425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.84%

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

R = 57.03%
G = 17.84%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3425D (or 0xD3425D) is known color: Mandy. HEX triplet: D3, 42 and 5D. RGB value is (211,66,93). Sum of RGB (Red+Green+Blue) = 211+66+93=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D3425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3425D is #2CBDA2. Grayscale: #707070. Windows color (decimal): -2932131 or 6111955. OLE color: 6111955.

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

Color convert

RGB 211 66 93 -
CMYK 0 0.69 0.56 0.17
HSL 348.83º 0.62% 0.54% -
HSV(B) 348.83º 0.69% 0.83% -
XYZ 30.79 18.54 12.31 -
YUV 112.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 211 66 93 0 0.69 0.56 0.17 348.83 0.62 0.54
Hex D3 42 5D 0 45 38 11 15D 3E 36
Octal 323 102 135 0 105 70 21 535 76 66
Binary 11010011 1000010 1011101 0 1000101 111000 10001 101011101 111110 110110

Color Harmonies of #D3425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3425D

Black with #D3425D

Text Example


Text Example

White with #D3425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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