Html Css Color HEX #D6424C Mandy

📋 copy color: '#D6424C'

red 214 ◦ green 66 ◦ blue 76

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

Shades of Mandy #D6424C

Tints of Mandy #D6424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.35%

R = 60.11%
G = 18.54%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6424C (or 0xD6424C) is known color: Mandy. HEX triplet: D6, 42 and 4C. RGB value is (214,66,76). Sum of RGB (Red+Green+Blue) = 214+66+76=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6424C is #29BDB3. Grayscale: #6F6F6F. Windows color (decimal): -2735540 or 4997846. OLE color: 4997846.

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

Color convert

RGB 214 66 76 -
CMYK 0 0.69 0.64 0.16
HSL 355.95º 0.64% 0.55% -
HSV(B) 355.95º 0.69% 0.84% -
XYZ 30.98 18.71 8.82 -
YUV 111.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 214 66 76 0 0.69 0.64 0.16 355.95 0.64 0.55
Hex D6 42 4C 0 45 40 10 164 40 37
Octal 326 102 114 0 105 100 20 544 100 67
Binary 11010110 1000010 1001100 0 1000101 1000000 10000 101100100 1000000 110111

Color Harmonies of #D6424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6424C

Black with #D6424C

Text Example


Text Example

White with #D6424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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