Html Css Color HEX #DA0661 Razzmatazz

📋 copy color: '#DA0661'

red 218 ◦ green 6 ◦ blue 97

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

Shades of Razzmatazz #DA0661

Tints of Razzmatazz #DA0661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 67.91%
G = 1.87%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA0661 (or 0xDA0661) is known color: Razzmatazz. HEX triplet: DA, 06 and 61. RGB value is (218,6,97). Sum of RGB (Red+Green+Blue) = 218+6+97=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0661 is #25F99E. Grayscale: #4F4F4F. Windows color (decimal): -2488735 or 6358746. OLE color: 6358746.

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

Color convert

RGB 218 6 97 -
CMYK 0 0.97 0.56 0.15
HSL 334.25º 0.95% 0.44% -
HSV(B) 334.25º 0.97% 0.85% -
XYZ 31.14 15.9 12.74 -
YUV 79.76 137.74 226.6 -
System Red Green Blue C M Y K H S L
Decimal 218 6 97 0 0.97 0.56 0.15 334.25 0.95 0.44
Hex DA 6 61 0 61 38 F 14E 5F 2C
Octal 332 6 141 0 141 70 17 516 137 54
Binary 11011010 110 1100001 0 1100001 111000 1111 101001110 1011111 101100

Color Harmonies of #DA0661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0661

Black with #DA0661

Text Example


Text Example

White with #DA0661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0661; }

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

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

background-color css

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

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

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

border-color css

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

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

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