Html Css Color HEX #DA0959 Razzmatazz

📋 copy color: '#DA0959'

red 218 ◦ green 9 ◦ blue 89

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

Shades of Razzmatazz #DA0959

Tints of Razzmatazz #DA0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

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

R = 68.99%
G = 2.85%
B = 28.16%

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

#DA0959 (or 0xDA0959) is known color: Razzmatazz. HEX triplet: DA, 09 and 59. RGB value is (218,9,89). Sum of RGB (Red+Green+Blue) = 218+9+89=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0959 is #25F6A6. Grayscale: #505050. Windows color (decimal): -2487975 or 5835226. OLE color: 5835226.

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

Color convert

RGB 218 9 89 -
CMYK 0 0.96 0.59 0.15
HSL 337.03º 0.92% 0.45% -
HSV(B) 337.03º 0.96% 0.85% -
XYZ 30.81 15.82 10.88 -
YUV 80.61 132.74 226 -
System Red Green Blue C M Y K H S L
Decimal 218 9 89 0 0.96 0.59 0.15 337.03 0.92 0.45
Hex DA 9 59 0 60 3B F 151 5C 2D
Octal 332 11 131 0 140 73 17 521 134 55
Binary 11011010 1001 1011001 0 1100000 111011 1111 101010001 1011100 101101

Color Harmonies of #DA0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0959

Black with #DA0959

Text Example


Text Example

White with #DA0959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0959; }

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

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

background-color css

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

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

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

border-color css

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

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

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