Html Css Color HEX #DA074C Razzmatazz

📋 copy color: '#DA074C'

red 218 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #DA074C

Tints of Razzmatazz #DA074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 72.43%
G = 2.33%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA074C (or 0xDA074C) is known color: Razzmatazz. HEX triplet: DA, 07 and 4C. RGB value is (218,7,76). Sum of RGB (Red+Green+Blue) = 218+7+76=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA074C is #25F8B3. Grayscale: #4D4D4D. Windows color (decimal): -2488500 or 4982746. OLE color: 4982746.

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

Color convert

RGB 218 7 76 -
CMYK 0 0.97 0.65 0.15
HSL 340.38º 0.94% 0.44% -
HSV(B) 340.38º 0.97% 0.85% -
XYZ 30.29 15.58 8.25 -
YUV 77.96 126.9 227.89 -
System Red Green Blue C M Y K H S L
Decimal 218 7 76 0 0.97 0.65 0.15 340.38 0.94 0.44
Hex DA 7 4C 0 61 41 F 154 5E 2C
Octal 332 7 114 0 141 101 17 524 136 54
Binary 11011010 111 1001100 0 1100001 1000001 1111 101010100 1011110 101100

Color Harmonies of #DA074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA074C

Black with #DA074C

Text Example


Text Example

White with #DA074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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