Html Css Color HEX #DA0071 Razzmatazz

📋 copy color: '#DA0071'

red 218 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #DA0071

Tints of Razzmatazz #DA0071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 65.86%
G = 0%
B = 34.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA0071 (or 0xDA0071) is known color: Razzmatazz. HEX triplet: DA, 00 and 71. RGB value is (218,0,113). Sum of RGB (Red+Green+Blue) = 218+0+113=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0071 is #25FF8E. Grayscale: #4D4D4D. Windows color (decimal): -2490255 or 7405786. OLE color: 7405786.

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

Color convert

RGB 218 0 113 -
CMYK 0 1 0.48 0.15
HSL 328.9º 1% 0.43% -
HSV(B) 328.9º 1% 0.85% -
XYZ 31.89 16.1 17.05 -
YUV 78.06 147.72 227.81 -
System Red Green Blue C M Y K H S L
Decimal 218 0 113 0 1 0.48 0.15 328.9 1 0.43
Hex DA 0 71 0 64 30 F 149 64 2B
Octal 332 0 161 0 144 60 17 511 144 53
Binary 11011010 0 1110001 0 1100100 110000 1111 101001001 1100100 101011

Color Harmonies of #DA0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0071

Black with #DA0071

Text Example


Text Example

White with #DA0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0071; }

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

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

background-color css

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

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

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

border-color css

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

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

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