Html Css Color HEX #D6424F Mandy

📋 copy color: '#D6424F'

red 214 ◦ green 66 ◦ blue 79

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

Shades of Mandy #D6424F

Tints of Mandy #D6424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 59.61%
G = 18.38%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6424F (or 0xD6424F) is known color: Mandy. HEX triplet: D6, 42 and 4F. RGB value is (214,66,79). Sum of RGB (Red+Green+Blue) = 214+66+79=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6424F is #29BDB0. Grayscale: #6F6F6F. Windows color (decimal): -2735537 or 5194454. OLE color: 5194454.

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

Color convert

RGB 214 66 79 -
CMYK 0 0.69 0.63 0.16
HSL 354.73º 0.64% 0.55% -
HSV(B) 354.73º 0.69% 0.84% -
XYZ 31.09 18.76 9.38 -
YUV 111.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 214 66 79 0 0.69 0.63 0.16 354.73 0.64 0.55
Hex D6 42 4F 0 45 3F 10 163 40 37
Octal 326 102 117 0 105 77 20 543 100 67
Binary 11010110 1000010 1001111 0 1000101 111111 10000 101100011 1000000 110111

Color Harmonies of #D6424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6424F

Black with #D6424F

Text Example


Text Example

White with #D6424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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