Html Css Color HEX #DA4650 Mandy

📋 copy color: '#DA4650'

red 218 ◦ green 70 ◦ blue 80

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

Shades of Mandy #DA4650

Tints of Mandy #DA4650

RGB

 RED value IS 218 (85.55% from 255) = 59.24%

 GREEN value IS 70 (27.73% from 255) = 19.02%

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

R = 59.24%
G = 19.02%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA4650 (or 0xDA4650) is known color: Mandy. HEX triplet: DA, 46 and 50. RGB value is (218,70,80). Sum of RGB (Red+Green+Blue) = 218+70+80=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4650 is #25B9AF. Grayscale: #737373. Windows color (decimal): -2472368 or 5261018. OLE color: 5261018.

HSL color Cylindrical-coordinate representation of color #DA4650: hue angle of 355.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4650 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 70 80 -
CMYK 0 0.68 0.63 0.15
HSL 355.95º 0.67% 0.56% -
HSV(B) 355.95º 0.68% 0.85% -
XYZ 32.55 19.86 9.71 -
YUV 115.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 218 70 80 0 0.68 0.63 0.15 355.95 0.67 0.56
Hex DA 46 50 0 44 3F F 164 43 38
Octal 332 106 120 0 104 77 17 544 103 70
Binary 11011010 1000110 1010000 0 1000100 111111 1111 101100100 1000011 111000

Color Harmonies of #DA4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4650

Black with #DA4650

Text Example


Text Example

White with #DA4650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4650; }

 p { color: rgb(218,70,80); }

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

background-color css

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

 a { background-color: rgb(218,70,80); }

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

border-color css

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

 span { border-color: rgb(218,70,80); }

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