Html Css Color HEX #D6434F Mandy

📋 copy color: '#D6434F'

red 214 ◦ green 67 ◦ blue 79

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

Shades of Mandy #D6434F

Tints of Mandy #D6434F

RGB

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

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

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

R = 59.44%
G = 18.61%
B = 21.94%

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

#D6434F (or 0xD6434F) is known color: Mandy. HEX triplet: D6, 43 and 4F. RGB value is (214,67,79). Sum of RGB (Red+Green+Blue) = 214+67+79=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6434F is #29BCB0. Grayscale: #707070. Windows color (decimal): -2735281 or 5194710. OLE color: 5194710.

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

Color convert

RGB 214 67 79 -
CMYK 0 0.69 0.63 0.16
HSL 355.1º 0.64% 0.55% -
HSV(B) 355.1º 0.69% 0.84% -
XYZ 31.15 18.87 9.4 -
YUV 112.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 214 67 79 0 0.69 0.63 0.16 355.1 0.64 0.55
Hex D6 43 4F 0 45 3F 10 163 40 37
Octal 326 103 117 0 105 77 20 543 100 67
Binary 11010110 1000011 1001111 0 1000101 111111 10000 101100011 1000000 110111

Color Harmonies of #D6434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6434F

Black with #D6434F

Text Example


Text Example

White with #D6434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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