Html Css Color HEX #DA465E Mandy

📋 copy color: '#DA465E'

red 218 ◦ green 70 ◦ blue 94

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

Shades of Mandy #DA465E

Tints of Mandy #DA465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.61%

R = 57.07%
G = 18.32%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA465E (or 0xDA465E) is known color: Mandy. HEX triplet: DA, 46 and 5E. RGB value is (218,70,94). Sum of RGB (Red+Green+Blue) = 218+70+94=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA465E is #25B9A1. Grayscale: #757575. Windows color (decimal): -2472354 or 6178522. OLE color: 6178522.

HSL color Cylindrical-coordinate representation of color #DA465E: hue angle of 350.27º 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 #DA465E is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 70 94 -
CMYK 0 0.68 0.57 0.15
HSL 350.27º 0.67% 0.56% -
HSV(B) 350.27º 0.68% 0.85% -
XYZ 33.12 20.09 12.72 -
YUV 116.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 218 70 94 0 0.68 0.57 0.15 350.27 0.67 0.56
Hex DA 46 5E 0 44 39 F 15E 43 38
Octal 332 106 136 0 104 71 17 536 103 70
Binary 11011010 1000110 1011110 0 1000100 111001 1111 101011110 1000011 111000

Color Harmonies of #DA465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA465E

Black with #DA465E

Text Example


Text Example

White with #DA465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA465E; }

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

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

background-color css

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

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

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

border-color css

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

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

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