Html Css Color HEX #DA424B Mandy

📋 copy color: '#DA424B'

red 218 ◦ green 66 ◦ blue 75

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

Shades of Mandy #DA424B

Tints of Mandy #DA424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.38%

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

R = 60.72%
G = 18.38%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA424B (or 0xDA424B) is known color: Mandy. HEX triplet: DA, 42 and 4B. RGB value is (218,66,75). Sum of RGB (Red+Green+Blue) = 218+66+75=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA424B is #25BDB4. Grayscale: #707070. Windows color (decimal): -2473397 or 4932314. OLE color: 4932314.

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

Color convert

RGB 218 66 75 -
CMYK 0 0.70 0.66 0.15
HSL 356.45º 0.67% 0.56% -
HSV(B) 356.45º 0.7% 0.85% -
XYZ 32.13 19.31 8.69 -
YUV 112.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 218 66 75 0 0.70 0.66 0.15 356.45 0.67 0.56
Hex DA 42 4B 0 46 42 F 164 43 38
Octal 332 102 113 0 106 102 17 544 103 70
Binary 11011010 1000010 1001011 0 1000110 1000010 1111 101100100 1000011 111000

Color Harmonies of #DA424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA424B

Black with #DA424B

Text Example


Text Example

White with #DA424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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