Html Css Color HEX #D6434C Mandy

📋 copy color: '#D6434C'

red 214 ◦ green 67 ◦ blue 76

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

Shades of Mandy #D6434C

Tints of Mandy #D6434C

RGB

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

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

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

R = 59.94%
G = 18.77%
B = 21.29%

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

#D6434C (or 0xD6434C) is known color: Mandy. HEX triplet: D6, 43 and 4C. RGB value is (214,67,76). Sum of RGB (Red+Green+Blue) = 214+67+76=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6434C is #29BCB3. Grayscale: #707070. Windows color (decimal): -2735284 or 4998102. OLE color: 4998102.

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

Color convert

RGB 214 67 76 -
CMYK 0 0.69 0.64 0.16
HSL 356.33º 0.64% 0.55% -
HSV(B) 356.33º 0.69% 0.84% -
XYZ 31.04 18.83 8.84 -
YUV 111.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 214 67 76 0 0.69 0.64 0.16 356.33 0.64 0.55
Hex D6 43 4C 0 45 40 10 164 40 37
Octal 326 103 114 0 105 100 20 544 100 67
Binary 11010110 1000011 1001100 0 1000101 1000000 10000 101100100 1000000 110111

Color Harmonies of #D6434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6434C

Black with #D6434C

Text Example


Text Example

White with #D6434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6434C; }

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

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

background-color css

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

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

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

border-color css

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

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

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