Html Css Color HEX #DA0051 Razzmatazz

📋 copy color: '#DA0051'

red 218 ◦ green 0 ◦ blue 81

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

Shades of Razzmatazz #DA0051

Tints of Razzmatazz #DA0051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 81 (32.03% from 255) = 27.09%

R = 72.91%
G = 0%
B = 27.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA0051 (or 0xDA0051) is known color: Razzmatazz. HEX triplet: DA, 00 and 51. RGB value is (218,0,81). Sum of RGB (Red+Green+Blue) = 218+0+81=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0051 is #25FFAE. Grayscale: #4A4A4A. Windows color (decimal): -2490287 or 5308634. OLE color: 5308634.

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

Color convert

RGB 218 0 81 -
CMYK 0 1 0.63 0.15
HSL 337.71º 1% 0.43% -
HSV(B) 337.71º 1% 0.85% -
XYZ 30.4 15.5 9.17 -
YUV 74.42 131.72 230.41 -
System Red Green Blue C M Y K H S L
Decimal 218 0 81 0 1 0.63 0.15 337.71 1 0.43
Hex DA 0 51 0 64 3F F 152 64 2B
Octal 332 0 121 0 144 77 17 522 144 53
Binary 11011010 0 1010001 0 1100100 111111 1111 101010010 1100100 101011

Color Harmonies of #DA0051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0051

Black with #DA0051

Text Example


Text Example

White with #DA0051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0051; }

 p { color: rgb(218,0,81); }

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

background-color css

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

 a { background-color: rgb(218,0,81); }

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

border-color css

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

 span { border-color: rgb(218,0,81); }

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