Html Css Color HEX #DA4A4B Mandy

📋 copy color: '#DA4A4B'

red 218 ◦ green 74 ◦ blue 75

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

Shades of Mandy #DA4A4B

Tints of Mandy #DA4A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 59.4%
G = 20.16%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA4A4B (or 0xDA4A4B) is known color: Mandy. HEX triplet: DA, 4A and 4B. RGB value is (218,74,75). Sum of RGB (Red+Green+Blue) = 218+74+75=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A4B is #25B5B4. Grayscale: #757575. Windows color (decimal): -2471349 or 4934362. OLE color: 4934362.

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

Color convert

RGB 218 74 75 -
CMYK 0 0.66 0.66 0.15
HSL 359.58º 0.66% 0.57% -
HSV(B) 359.58º 0.66% 0.85% -
XYZ 32.63 20.31 8.86 -
YUV 117.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 218 74 75 0 0.66 0.66 0.15 359.58 0.66 0.57
Hex DA 4A 4B 0 42 42 F 168 42 39
Octal 332 112 113 0 102 102 17 550 102 71
Binary 11011010 1001010 1001011 0 1000010 1000010 1111 101101000 1000010 111001

Color Harmonies of #DA4A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A4B

Black with #DA4A4B

Text Example


Text Example

White with #DA4A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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