Html Css Color HEX #DA465C Mandy

📋 copy color: '#DA465C'

red 218 ◦ green 70 ◦ blue 92

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

Shades of Mandy #DA465C

Tints of Mandy #DA465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 57.37%
G = 18.42%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA465C (or 0xDA465C) is known color: Mandy. HEX triplet: DA, 46 and 5C. RGB value is (218,70,92). Sum of RGB (Red+Green+Blue) = 218+70+92=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA465C is #25B9A3. Grayscale: #747474. Windows color (decimal): -2472356 or 6047450. OLE color: 6047450.

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

Color convert

RGB 218 70 92 -
CMYK 0 0.68 0.58 0.15
HSL 351.08º 0.67% 0.56% -
HSV(B) 351.08º 0.68% 0.85% -
XYZ 33.04 20.06 12.26 -
YUV 116.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 218 70 92 0 0.68 0.58 0.15 351.08 0.67 0.56
Hex DA 46 5C 0 44 3A F 15F 43 38
Octal 332 106 134 0 104 72 17 537 103 70
Binary 11011010 1000110 1011100 0 1000100 111010 1111 101011111 1000011 111000

Color Harmonies of #DA465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA465C

Black with #DA465C

Text Example


Text Example

White with #DA465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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