Html Css Color HEX #D3424E Mandy

📋 copy color: '#D3424E'

red 211 ◦ green 66 ◦ blue 78

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

Shades of Mandy #D3424E

Tints of Mandy #D3424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 59.44%
G = 18.59%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3424E (or 0xD3424E) is known color: Mandy. HEX triplet: D3, 42 and 4E. RGB value is (211,66,78). Sum of RGB (Red+Green+Blue) = 211+66+78=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3424E is #2CBDB1. Grayscale: #6E6E6E. Windows color (decimal): -2932146 or 5128915. OLE color: 5128915.

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

Color convert

RGB 211 66 78 -
CMYK 0 0.69 0.63 0.17
HSL 355.03º 0.62% 0.54% -
HSV(B) 355.03º 0.69% 0.83% -
XYZ 30.19 18.3 9.15 -
YUV 110.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 211 66 78 0 0.69 0.63 0.17 355.03 0.62 0.54
Hex D3 42 4E 0 45 3F 11 163 3E 36
Octal 323 102 116 0 105 77 21 543 76 66
Binary 11010011 1000010 1001110 0 1000101 111111 10001 101100011 111110 110110

Color Harmonies of #D3424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3424E

Black with #D3424E

Text Example


Text Example

White with #D3424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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