Html Css Color HEX #D3425F Mandy

📋 copy color: '#D3425F'

red 211 ◦ green 66 ◦ blue 95

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

Shades of Mandy #D3425F

Tints of Mandy #D3425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.54%

R = 56.72%
G = 17.74%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3425F (or 0xD3425F) is known color: Mandy. HEX triplet: D3, 42 and 5F. RGB value is (211,66,95). Sum of RGB (Red+Green+Blue) = 211+66+95=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3425F is #2CBDA0. Grayscale: #707070. Windows color (decimal): -2932129 or 6243027. OLE color: 6243027.

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

Color convert

RGB 211 66 95 -
CMYK 0 0.69 0.55 0.17
HSL 348º 0.62% 0.54% -
HSV(B) 348º 0.69% 0.83% -
XYZ 30.88 18.57 12.78 -
YUV 112.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 211 66 95 0 0.69 0.55 0.17 348 0.62 0.54
Hex D3 42 5F 0 45 37 11 15C 3E 36
Octal 323 102 137 0 105 67 21 534 76 66
Binary 11010011 1000010 1011111 0 1000101 110111 10001 101011100 111110 110110

Color Harmonies of #D3425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3425F

Black with #D3425F

Text Example


Text Example

White with #D3425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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