Html Css Color HEX #D64350 Mandy

📋 copy color: '#D64350'

red 214 ◦ green 67 ◦ blue 80

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

Shades of Mandy #D64350

Tints of Mandy #D64350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 59.28%
G = 18.56%
B = 22.16%

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

#D64350 (or 0xD64350) is known color: Mandy. HEX triplet: D6, 43 and 50. RGB value is (214,67,80). Sum of RGB (Red+Green+Blue) = 214+67+80=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D64350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64350 is #29BCAF. Grayscale: #707070. Windows color (decimal): -2735280 or 5260246. OLE color: 5260246.

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

Color convert

RGB 214 67 80 -
CMYK 0 0.69 0.63 0.16
HSL 354.69º 0.64% 0.55% -
HSV(B) 354.69º 0.69% 0.84% -
XYZ 31.19 18.89 9.59 -
YUV 112.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 214 67 80 0 0.69 0.63 0.16 354.69 0.64 0.55
Hex D6 43 50 0 45 3F 10 163 40 37
Octal 326 103 120 0 105 77 20 543 100 67
Binary 11010110 1000011 1010000 0 1000101 111111 10000 101100011 1000000 110111

Color Harmonies of #D64350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64350

Black with #D64350

Text Example


Text Example

White with #D64350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64350; }

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

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

background-color css

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

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

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

border-color css

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

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

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