Html Css Color HEX #DA0763 Razzmatazz

📋 copy color: '#DA0763'

red 218 ◦ green 7 ◦ blue 99

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

Shades of Razzmatazz #DA0763

Tints of Razzmatazz #DA0763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.16%

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 67.28%
G = 2.16%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA0763 (or 0xDA0763) is known color: Razzmatazz. HEX triplet: DA, 07 and 63. RGB value is (218,7,99). Sum of RGB (Red+Green+Blue) = 218+7+99=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0763 is #25F89C. Grayscale: #505050. Windows color (decimal): -2488477 or 6490074. OLE color: 6490074.

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

Color convert

RGB 218 7 99 -
CMYK 0 0.97 0.55 0.15
HSL 333.84º 0.94% 0.44% -
HSV(B) 333.84º 0.97% 0.85% -
XYZ 31.24 15.96 13.24 -
YUV 80.58 138.4 226.02 -
System Red Green Blue C M Y K H S L
Decimal 218 7 99 0 0.97 0.55 0.15 333.84 0.94 0.44
Hex DA 7 63 0 61 37 F 14E 5E 2C
Octal 332 7 143 0 141 67 17 516 136 54
Binary 11011010 111 1100011 0 1100001 110111 1111 101001110 1011110 101100

Color Harmonies of #DA0763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0763

Black with #DA0763

Text Example


Text Example

White with #DA0763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0763; }

 p { color: rgb(218,7,99); }

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

background-color css

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

 a { background-color: rgb(218,7,99); }

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

border-color css

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

 span { border-color: rgb(218,7,99); }

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