Html Css Color HEX #D6435A Mandy

📋 copy color: '#D6435A'

red 214 ◦ green 67 ◦ blue 90

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

Shades of Mandy #D6435A

Tints of Mandy #D6435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 57.68%
G = 18.06%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6435A (or 0xD6435A) is known color: Mandy. HEX triplet: D6, 43 and 5A. RGB value is (214,67,90). Sum of RGB (Red+Green+Blue) = 214+67+90=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6435A is #29BCA5. Grayscale: #717171. Windows color (decimal): -2735270 or 5915606. OLE color: 5915606.

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

Color convert

RGB 214 67 90 -
CMYK 0 0.69 0.58 0.16
HSL 350.61º 0.64% 0.55% -
HSV(B) 350.61º 0.69% 0.84% -
XYZ 31.58 19.05 11.68 -
YUV 113.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 214 67 90 0 0.69 0.58 0.16 350.61 0.64 0.55
Hex D6 43 5A 0 45 3A 10 15F 40 37
Octal 326 103 132 0 105 72 20 537 100 67
Binary 11010110 1000011 1011010 0 1000101 111010 10000 101011111 1000000 110111

Color Harmonies of #D6435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6435A

Black with #D6435A

Text Example


Text Example

White with #D6435A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6435A; }

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

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

background-color css

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

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

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

border-color css

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

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

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