Html Css Color HEX #D6434E Mandy

📋 copy color: '#D6434E'

red 214 ◦ green 67 ◦ blue 78

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

Shades of Mandy #D6434E

Tints of Mandy #D6434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.66%

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

R = 59.61%
G = 18.66%
B = 21.73%

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

#D6434E (or 0xD6434E) is known color: Mandy. HEX triplet: D6, 43 and 4E. RGB value is (214,67,78). Sum of RGB (Red+Green+Blue) = 214+67+78=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6434E is #29BCB1. Grayscale: #707070. Windows color (decimal): -2735282 or 5129174. OLE color: 5129174.

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

Color convert

RGB 214 67 78 -
CMYK 0 0.69 0.64 0.16
HSL 355.51º 0.64% 0.55% -
HSV(B) 355.51º 0.69% 0.84% -
XYZ 31.11 18.86 9.21 -
YUV 112.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 214 67 78 0 0.69 0.64 0.16 355.51 0.64 0.55
Hex D6 43 4E 0 45 40 10 164 40 37
Octal 326 103 116 0 105 100 20 544 100 67
Binary 11010110 1000011 1001110 0 1000101 1000000 10000 101100100 1000000 110111

Color Harmonies of #D6434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6434E

Black with #D6434E

Text Example


Text Example

White with #D6434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6434E; }

 p { color: rgb(214,67,78); }

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

background-color css

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

 a { background-color: rgb(214,67,78); }

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

border-color css

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

 span { border-color: rgb(214,67,78); }

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