Html Css Color HEX #D6424A Mandy

📋 copy color: '#D6424A'

red 214 ◦ green 66 ◦ blue 74

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

Shades of Mandy #D6424A

Tints of Mandy #D6424A

RGB

 RED value IS 214 (83.98% from 255) = 60.45%

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

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 60.45%
G = 18.64%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6424A (or 0xD6424A) is known color: Mandy. HEX triplet: D6, 42 and 4A. RGB value is (214,66,74). Sum of RGB (Red+Green+Blue) = 214+66+74=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6424A is #29BDB5. Grayscale: #6F6F6F. Windows color (decimal): -2735542 or 4866774. OLE color: 4866774.

HSL color Cylindrical-coordinate representation of color #D6424A: hue angle of 356.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6424A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 74 -
CMYK 0 0.69 0.65 0.16
HSL 356.76º 0.64% 0.55% -
HSV(B) 356.76º 0.69% 0.84% -
XYZ 30.92 18.69 8.46 -
YUV 111.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 214 66 74 0 0.69 0.65 0.16 356.76 0.64 0.55
Hex D6 42 4A 0 45 41 10 165 40 37
Octal 326 102 112 0 105 101 20 545 100 67
Binary 11010110 1000010 1001010 0 1000101 1000001 10000 101100101 1000000 110111

Color Harmonies of #D6424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6424A

Black with #D6424A

Text Example


Text Example

White with #D6424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6424A; }

 p { color: rgb(214,66,74); }

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

background-color css

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

 a { background-color: rgb(214,66,74); }

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

border-color css

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

 span { border-color: rgb(214,66,74); }

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