Html Css Color HEX #D64450 Mandy

📋 copy color: '#D64450'

red 214 ◦ green 68 ◦ blue 80

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

Shades of Mandy #D64450

Tints of Mandy #D64450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.78%

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

R = 59.12%
G = 18.78%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D64450 (or 0xD64450) is known color: Mandy. HEX triplet: D6, 44 and 50. RGB value is (214,68,80). Sum of RGB (Red+Green+Blue) = 214+68+80=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D64450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64450 is #29BBAF. Grayscale: #717171. Windows color (decimal): -2735024 or 5260502. OLE color: 5260502.

HSL color Cylindrical-coordinate representation of color #D64450: hue angle of 355.07º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64450 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 80 -
CMYK 0 0.68 0.63 0.16
HSL 355.07º 0.64% 0.55% -
HSV(B) 355.07º 0.68% 0.84% -
XYZ 31.25 19.01 9.61 -
YUV 113.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 214 68 80 0 0.68 0.63 0.16 355.07 0.64 0.55
Hex D6 44 50 0 44 3F 10 163 40 37
Octal 326 104 120 0 104 77 20 543 100 67
Binary 11010110 1000100 1010000 0 1000100 111111 10000 101100011 1000000 110111

Color Harmonies of #D64450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64450

Black with #D64450

Text Example


Text Example

White with #D64450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64450; }

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

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

background-color css

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

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

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

border-color css

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

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

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