Html Css Color HEX #DA0859 Razzmatazz

📋 copy color: '#DA0859'

red 218 ◦ green 8 ◦ blue 89

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

Shades of Razzmatazz #DA0859

Tints of Razzmatazz #DA0859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.54%

 BLUE value IS 89 (35.16% from 255) = 28.25%

R = 69.21%
G = 2.54%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA0859 (or 0xDA0859) is known color: Razzmatazz. HEX triplet: DA, 08 and 59. RGB value is (218,8,89). Sum of RGB (Red+Green+Blue) = 218+8+89=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0859 is #25F7A6. Grayscale: #4F4F4F. Windows color (decimal): -2488231 or 5834970. OLE color: 5834970.

HSL color Cylindrical-coordinate representation of color #DA0859: hue angle of 336.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0859 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 89 -
CMYK 0 0.96 0.59 0.15
HSL 336.86º 0.93% 0.44% -
HSV(B) 336.86º 0.96% 0.85% -
XYZ 30.8 15.8 10.88 -
YUV 80.02 133.07 226.41 -
System Red Green Blue C M Y K H S L
Decimal 218 8 89 0 0.96 0.59 0.15 336.86 0.93 0.44
Hex DA 8 59 0 60 3B F 151 5D 2C
Octal 332 10 131 0 140 73 17 521 135 54
Binary 11011010 1000 1011001 0 1100000 111011 1111 101010001 1011101 101100

Color Harmonies of #DA0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0859

Black with #DA0859

Text Example


Text Example

White with #DA0859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0859; }

 p { color: rgb(218,8,89); }

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

background-color css

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

 a { background-color: rgb(218,8,89); }

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

border-color css

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

 span { border-color: rgb(218,8,89); }

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