Html Css Color HEX #DA4354 Mandy

📋 copy color: '#DA4354'

red 218 ◦ green 67 ◦ blue 84

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

Shades of Mandy #DA4354

Tints of Mandy #DA4354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

 BLUE value IS 84 (33.2% from 255) = 22.76%

R = 59.08%
G = 18.16%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA4354 (or 0xDA4354) is known color: Mandy. HEX triplet: DA, 43 and 54. RGB value is (218,67,84). Sum of RGB (Red+Green+Blue) = 218+67+84=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4354 is #25BCAB. Grayscale: #727272. Windows color (decimal): -2473132 or 5522394. OLE color: 5522394.

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

Color convert

RGB 218 67 84 -
CMYK 0 0.69 0.61 0.15
HSL 353.25º 0.67% 0.56% -
HSV(B) 353.25º 0.69% 0.85% -
XYZ 32.52 19.56 10.45 -
YUV 114.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 218 67 84 0 0.69 0.61 0.15 353.25 0.67 0.56
Hex DA 43 54 0 45 3D F 161 43 38
Octal 332 103 124 0 105 75 17 541 103 70
Binary 11011010 1000011 1010100 0 1000101 111101 1111 101100001 1000011 111000

Color Harmonies of #DA4354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4354

Black with #DA4354

Text Example


Text Example

White with #DA4354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4354; }

 p { color: rgb(218,67,84); }

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

background-color css

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

 a { background-color: rgb(218,67,84); }

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

border-color css

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

 span { border-color: rgb(218,67,84); }

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