Html Css Color HEX #DA4053 Mandy

📋 copy color: '#DA4053'

red 218 ◦ green 64 ◦ blue 83

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

Shades of Mandy #DA4053

Tints of Mandy #DA4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 59.73%
G = 17.53%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA4053 (or 0xDA4053) is known color: Mandy. HEX triplet: DA, 40 and 53. RGB value is (218,64,83). Sum of RGB (Red+Green+Blue) = 218+64+83=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4053 is #25BFAC. Grayscale: #707070. Windows color (decimal): -2473901 or 5456090. OLE color: 5456090.

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

Color convert

RGB 218 64 83 -
CMYK 0 0.71 0.62 0.15
HSL 352.6º 0.68% 0.55% -
HSV(B) 352.6º 0.71% 0.85% -
XYZ 32.31 19.2 10.19 -
YUV 112.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 218 64 83 0 0.71 0.62 0.15 352.6 0.68 0.55
Hex DA 40 53 0 47 3E F 161 44 37
Octal 332 100 123 0 107 76 17 541 104 67
Binary 11011010 1000000 1010011 0 1000111 111110 1111 101100001 1000100 110111

Color Harmonies of #DA4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4053

Black with #DA4053

Text Example


Text Example

White with #DA4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4053; }

 p { color: rgb(218,64,83); }

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

background-color css

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

 a { background-color: rgb(218,64,83); }

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

border-color css

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

 span { border-color: rgb(218,64,83); }

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