Html Css Color HEX #DA024D Razzmatazz

📋 copy color: '#DA024D'

red 218 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #DA024D

Tints of Razzmatazz #DA024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 73.4%
G = 0.67%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA024D (or 0xDA024D) is known color: Razzmatazz. HEX triplet: DA, 02 and 4D. RGB value is (218,2,77). Sum of RGB (Red+Green+Blue) = 218+2+77=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA024D is #25FDB2. Grayscale: #4B4B4B. Windows color (decimal): -2489779 or 5047002. OLE color: 5047002.

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

Color convert

RGB 218 2 77 -
CMYK 0 0.99 0.65 0.15
HSL 339.17º 0.98% 0.43% -
HSV(B) 339.17º 0.99% 0.85% -
XYZ 30.27 15.48 8.41 -
YUV 75.13 129.06 229.9 -
System Red Green Blue C M Y K H S L
Decimal 218 2 77 0 0.99 0.65 0.15 339.17 0.98 0.43
Hex DA 2 4D 0 63 41 F 153 62 2B
Octal 332 2 115 0 143 101 17 523 142 53
Binary 11011010 10 1001101 0 1100011 1000001 1111 101010011 1100010 101011

Color Harmonies of #DA024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA024D

Black with #DA024D

Text Example


Text Example

White with #DA024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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