Html Css Color HEX #DA4455 Mandy

📋 copy color: '#DA4455'

red 218 ◦ green 68 ◦ blue 85

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

Shades of Mandy #DA4455

Tints of Mandy #DA4455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

 BLUE value IS 85 (33.59% from 255) = 22.91%

R = 58.76%
G = 18.33%
B = 22.91%

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

#DA4455 (or 0xDA4455) is known color: Mandy. HEX triplet: DA, 44 and 55. RGB value is (218,68,85). Sum of RGB (Red+Green+Blue) = 218+68+85=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4455 is #25BBAA. Grayscale: #727272. Windows color (decimal): -2472875 or 5588186. OLE color: 5588186.

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

Color convert

RGB 218 68 85 -
CMYK 0 0.69 0.61 0.15
HSL 353.2º 0.67% 0.56% -
HSV(B) 353.2º 0.69% 0.85% -
XYZ 32.62 19.7 10.68 -
YUV 114.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 218 68 85 0 0.69 0.61 0.15 353.2 0.67 0.56
Hex DA 44 55 0 45 3D F 161 43 38
Octal 332 104 125 0 105 75 17 541 103 70
Binary 11011010 1000100 1010101 0 1000101 111101 1111 101100001 1000011 111000

Color Harmonies of #DA4455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4455

Black with #DA4455

Text Example


Text Example

White with #DA4455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4455; }

 p { color: rgb(218,68,85); }

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

background-color css

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

 a { background-color: rgb(218,68,85); }

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

border-color css

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

 span { border-color: rgb(218,68,85); }

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