Html Css Color HEX #DA0459 Razzmatazz

📋 copy color: '#DA0459'

red 218 ◦ green 4 ◦ blue 89

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

Shades of Razzmatazz #DA0459

Tints of Razzmatazz #DA0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 70.1%
G = 1.29%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA0459 (or 0xDA0459) is known color: Razzmatazz. HEX triplet: DA, 04 and 59. RGB value is (218,4,89). Sum of RGB (Red+Green+Blue) = 218+4+89=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0459 is #25FBA6. Grayscale: #4D4D4D. Windows color (decimal): -2489255 or 5833946. OLE color: 5833946.

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

Color convert

RGB 218 4 89 -
CMYK 0 0.98 0.59 0.15
HSL 336.17º 0.96% 0.44% -
HSV(B) 336.17º 0.98% 0.85% -
XYZ 30.76 15.71 10.86 -
YUV 77.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 218 4 89 0 0.98 0.59 0.15 336.17 0.96 0.44
Hex DA 4 59 0 62 3B F 150 60 2C
Octal 332 4 131 0 142 73 17 520 140 54
Binary 11011010 100 1011001 0 1100010 111011 1111 101010000 1100000 101100

Color Harmonies of #DA0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0459

Black with #DA0459

Text Example


Text Example

White with #DA0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0459; }

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

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

background-color css

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

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

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

border-color css

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

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

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