Html Css Color HEX #DA064F Razzmatazz

📋 copy color: '#DA064F'

red 218 ◦ green 6 ◦ blue 79

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

Shades of Razzmatazz #DA064F

Tints of Razzmatazz #DA064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 71.95%
G = 1.98%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA064F (or 0xDA064F) is known color: Razzmatazz. HEX triplet: DA, 06 and 4F. RGB value is (218,6,79). Sum of RGB (Red+Green+Blue) = 218+6+79=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA064F is #25F9B0. Grayscale: #4D4D4D. Windows color (decimal): -2488753 or 5179098. OLE color: 5179098.

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

Color convert

RGB 218 6 79 -
CMYK 0 0.97 0.64 0.15
HSL 339.34º 0.95% 0.44% -
HSV(B) 339.34º 0.97% 0.85% -
XYZ 30.39 15.6 8.81 -
YUV 77.71 128.74 228.06 -
System Red Green Blue C M Y K H S L
Decimal 218 6 79 0 0.97 0.64 0.15 339.34 0.95 0.44
Hex DA 6 4F 0 61 40 F 153 5F 2C
Octal 332 6 117 0 141 100 17 523 137 54
Binary 11011010 110 1001111 0 1100001 1000000 1111 101010011 1011111 101100

Color Harmonies of #DA064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA064F

Black with #DA064F

Text Example


Text Example

White with #DA064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA064F; }

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

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

background-color css

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

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

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

border-color css

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

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

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