Html Css Color HEX #DA4B4C Mandy

📋 copy color: '#DA4B4C'

red 218 ◦ green 75 ◦ blue 76

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

Shades of Mandy #DA4B4C

Tints of Mandy #DA4B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 59.08%
G = 20.33%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA4B4C (or 0xDA4B4C) is known color: Mandy. HEX triplet: DA, 4B and 4C. RGB value is (218,75,76). Sum of RGB (Red+Green+Blue) = 218+75+76=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4B4C is #25B4B3. Grayscale: #767676. Windows color (decimal): -2471092 or 5000154. OLE color: 5000154.

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

Color convert

RGB 218 75 76 -
CMYK 0 0.66 0.65 0.15
HSL 359.58º 0.66% 0.57% -
HSV(B) 359.58º 0.66% 0.85% -
XYZ 32.73 20.46 9.06 -
YUV 117.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 218 75 76 0 0.66 0.65 0.15 359.58 0.66 0.57
Hex DA 4B 4C 0 42 41 F 168 42 39
Octal 332 113 114 0 102 101 17 550 102 71
Binary 11011010 1001011 1001100 0 1000010 1000001 1111 101101000 1000010 111001

Color Harmonies of #DA4B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B4C

Black with #DA4B4C

Text Example


Text Example

White with #DA4B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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