Html Css Color HEX #DA0163 Razzmatazz

📋 copy color: '#DA0163'

red 218 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #DA0163

Tints of Razzmatazz #DA0163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 68.55%
G = 0.31%
B = 31.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA0163 (or 0xDA0163) is known color: Razzmatazz. HEX triplet: DA, 01 and 63. RGB value is (218,1,99). Sum of RGB (Red+Green+Blue) = 218+1+99=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0163 is #25FE9C. Grayscale: #4C4C4C. Windows color (decimal): -2490013 or 6488538. OLE color: 6488538.

HSL color Cylindrical-coordinate representation of color #DA0163: hue angle of 332.9º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0163 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 99 -
CMYK 0 1.00 0.55 0.15
HSL 332.9º 0.99% 0.43% -
HSV(B) 332.9º 1% 0.85% -
XYZ 31.18 15.83 13.22 -
YUV 77.06 140.39 228.53 -
System Red Green Blue C M Y K H S L
Decimal 218 1 99 0 1.00 0.55 0.15 332.9 0.99 0.43
Hex DA 1 63 0 64 37 F 14D 63 2B
Octal 332 1 143 0 144 67 17 515 143 53
Binary 11011010 1 1100011 0 1100100 110111 1111 101001101 1100011 101011

Color Harmonies of #DA0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0163

Black with #DA0163

Text Example


Text Example

White with #DA0163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0163; }

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

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

background-color css

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

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

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

border-color css

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

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

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