Html Css Color HEX #DA0663 Razzmatazz

📋 copy color: '#DA0663'

red 218 ◦ green 6 ◦ blue 99

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

Shades of Razzmatazz #DA0663

Tints of Razzmatazz #DA0663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

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

R = 67.49%
G = 1.86%
B = 30.65%

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

#DA0663 (or 0xDA0663) is known color: Razzmatazz. HEX triplet: DA, 06 and 63. RGB value is (218,6,99). Sum of RGB (Red+Green+Blue) = 218+6+99=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0663 is #25F99C. Grayscale: #4F4F4F. Windows color (decimal): -2488733 or 6489818. OLE color: 6489818.

HSL color Cylindrical-coordinate representation of color #DA0663: hue angle of 333.68º degrees, saturation: 0.95, 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 #DA0663 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 99 -
CMYK 0 0.97 0.55 0.15
HSL 333.68º 0.95% 0.44% -
HSV(B) 333.68º 0.97% 0.85% -
XYZ 31.23 15.94 13.23 -
YUV 79.99 138.74 226.44 -
System Red Green Blue C M Y K H S L
Decimal 218 6 99 0 0.97 0.55 0.15 333.68 0.95 0.44
Hex DA 6 63 0 61 37 F 14E 5F 2C
Octal 332 6 143 0 141 67 17 516 137 54
Binary 11011010 110 1100011 0 1100001 110111 1111 101001110 1011111 101100

Color Harmonies of #DA0663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0663

Black with #DA0663

Text Example


Text Example

White with #DA0663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0663; }

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

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

background-color css

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

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

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

border-color css

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

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

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