Html Css Color HEX #DA024A Razzmatazz

📋 copy color: '#DA024A'

red 218 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #DA024A

Tints of Razzmatazz #DA024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 74.15%
G = 0.68%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA024A (or 0xDA024A) is known color: Razzmatazz. HEX triplet: DA, 02 and 4A. RGB value is (218,2,74). Sum of RGB (Red+Green+Blue) = 218+2+74=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA024A is #25FDB5. Grayscale: #4A4A4A. Windows color (decimal): -2489782 or 4850394. OLE color: 4850394.

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

Color convert

RGB 218 2 74 -
CMYK 0 0.99 0.66 0.15
HSL 340º 0.98% 0.43% -
HSV(B) 340º 0.99% 0.85% -
XYZ 30.17 15.44 7.87 -
YUV 74.79 127.56 230.15 -
System Red Green Blue C M Y K H S L
Decimal 218 2 74 0 0.99 0.66 0.15 340 0.98 0.43
Hex DA 2 4A 0 63 42 F 154 62 2B
Octal 332 2 112 0 143 102 17 524 142 53
Binary 11011010 10 1001010 0 1100011 1000010 1111 101010100 1100010 101011

Color Harmonies of #DA024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA024A

Black with #DA024A

Text Example


Text Example

White with #DA024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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