Html Css Color HEX #D6435F Mandy

📋 copy color: '#D6435F'

red 214 ◦ green 67 ◦ blue 95

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

Shades of Mandy #D6435F

Tints of Mandy #D6435F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.27%

R = 56.91%
G = 17.82%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6435F (or 0xD6435F) is known color: Mandy. HEX triplet: D6, 43 and 5F. RGB value is (214,67,95). Sum of RGB (Red+Green+Blue) = 214+67+95=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6435F is #29BCA0. Grayscale: #727272. Windows color (decimal): -2735265 or 6243286. OLE color: 6243286.

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

Color convert

RGB 214 67 95 -
CMYK 0 0.69 0.56 0.16
HSL 348.57º 0.64% 0.55% -
HSV(B) 348.57º 0.69% 0.84% -
XYZ 31.8 19.14 12.84 -
YUV 114.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 214 67 95 0 0.69 0.56 0.16 348.57 0.64 0.55
Hex D6 43 5F 0 45 38 10 15D 40 37
Octal 326 103 137 0 105 70 20 535 100 67
Binary 11010110 1000011 1011111 0 1000101 111000 10000 101011101 1000000 110111

Color Harmonies of #D6435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6435F

Black with #D6435F

Text Example


Text Example

White with #D6435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6435F; }

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

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

background-color css

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

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

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

border-color css

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

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

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