Html Css Color HEX #DA465F Mandy

📋 copy color: '#DA465F'

red 218 ◦ green 70 ◦ blue 95

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

Shades of Mandy #DA465F

Tints of Mandy #DA465F

RGB

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

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

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

R = 56.92%
G = 18.28%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA465F (or 0xDA465F) is known color: Mandy. HEX triplet: DA, 46 and 5F. RGB value is (218,70,95). Sum of RGB (Red+Green+Blue) = 218+70+95=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA465F is #25B9A0. Grayscale: #757575. Windows color (decimal): -2472353 or 6244058. OLE color: 6244058.

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

Color convert

RGB 218 70 95 -
CMYK 0 0.68 0.56 0.15
HSL 349.86º 0.67% 0.56% -
HSV(B) 349.86º 0.68% 0.85% -
XYZ 33.17 20.11 12.96 -
YUV 117.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 218 70 95 0 0.68 0.56 0.15 349.86 0.67 0.56
Hex DA 46 5F 0 44 38 F 15E 43 38
Octal 332 106 137 0 104 70 17 536 103 70
Binary 11011010 1000110 1011111 0 1000100 111000 1111 101011110 1000011 111000

Color Harmonies of #DA465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA465F

Black with #DA465F

Text Example


Text Example

White with #DA465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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