Html Css Color HEX #DA0149 Razzmatazz

📋 copy color: '#DA0149'

red 218 ◦ green 1 ◦ blue 73

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

Shades of Razzmatazz #DA0149

Tints of Razzmatazz #DA0149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 73 (28.91% from 255) = 25%

R = 74.66%
G = 0.34%
B = 25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA0149 (or 0xDA0149) is known color: Razzmatazz. HEX triplet: DA, 01 and 49. RGB value is (218,1,73). Sum of RGB (Red+Green+Blue) = 218+1+73=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0149 is #25FEB6. Grayscale: #4A4A4A. Windows color (decimal): -2490039 or 4784602. OLE color: 4784602.

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

Color convert

RGB 218 1 73 -
CMYK 0 1.00 0.67 0.15
HSL 340.09º 0.99% 0.43% -
HSV(B) 340.09º 1% 0.85% -
XYZ 30.13 15.41 7.69 -
YUV 74.09 127.39 230.65 -
System Red Green Blue C M Y K H S L
Decimal 218 1 73 0 1.00 0.67 0.15 340.09 0.99 0.43
Hex DA 1 49 0 64 43 F 154 63 2B
Octal 332 1 111 0 144 103 17 524 143 53
Binary 11011010 1 1001001 0 1100100 1000011 1111 101010100 1100011 101011

Color Harmonies of #DA0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0149

Black with #DA0149

Text Example


Text Example

White with #DA0149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0149; }

 p { color: rgb(218,1,73); }

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

background-color css

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

 a { background-color: rgb(218,1,73); }

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

border-color css

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

 span { border-color: rgb(218,1,73); }

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