Html Css Color HEX #DA4B5D Mandy

📋 copy color: '#DA4B5D'

red 218 ◦ green 75 ◦ blue 93

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

Shades of Mandy #DA4B5D

Tints of Mandy #DA4B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.43%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 56.48%
G = 19.43%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA4B5D (or 0xDA4B5D) is known color: Mandy. HEX triplet: DA, 4B and 5D. RGB value is (218,75,93). Sum of RGB (Red+Green+Blue) = 218+75+93=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B5D is #25B4A2. Grayscale: #777777. Windows color (decimal): -2471075 or 6114266. OLE color: 6114266.

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

Color convert

RGB 218 75 93 -
CMYK 0 0.66 0.57 0.15
HSL 352.45º 0.66% 0.57% -
HSV(B) 352.45º 0.66% 0.85% -
XYZ 33.41 20.73 12.6 -
YUV 119.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 218 75 93 0 0.66 0.57 0.15 352.45 0.66 0.57
Hex DA 4B 5D 0 42 39 F 160 42 39
Octal 332 113 135 0 102 71 17 540 102 71
Binary 11011010 1001011 1011101 0 1000010 111001 1111 101100000 1000010 111001

Color Harmonies of #DA4B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B5D

Black with #DA4B5D

Text Example


Text Example

White with #DA4B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B5D; }

 p { color: rgb(218,75,93); }

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

background-color css

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

 a { background-color: rgb(218,75,93); }

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

border-color css

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

 span { border-color: rgb(218,75,93); }

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