Html Css Color HEX #DA016F Razzmatazz

📋 copy color: '#DA016F'

red 218 ◦ green 1 ◦ blue 111

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

Shades of Razzmatazz #DA016F

Tints of Razzmatazz #DA016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.64%

R = 66.06%
G = 0.3%
B = 33.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA016F (or 0xDA016F) is known color: Razzmatazz. HEX triplet: DA, 01 and 6F. RGB value is (218,1,111). Sum of RGB (Red+Green+Blue) = 218+1+111=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA016F is #25FE90. Grayscale: #4E4E4E. Windows color (decimal): -2490001 or 7274970. OLE color: 7274970.

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

Color convert

RGB 218 1 111 -
CMYK 0 1.00 0.49 0.15
HSL 329.59º 0.99% 0.43% -
HSV(B) 329.59º 1% 0.85% -
XYZ 31.79 16.07 16.47 -
YUV 78.42 146.39 227.56 -
System Red Green Blue C M Y K H S L
Decimal 218 1 111 0 1.00 0.49 0.15 329.59 0.99 0.43
Hex DA 1 6F 0 64 31 F 14A 63 2B
Octal 332 1 157 0 144 61 17 512 143 53
Binary 11011010 1 1101111 0 1100100 110001 1111 101001010 1100011 101011

Color Harmonies of #DA016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA016F

Black with #DA016F

Text Example


Text Example

White with #DA016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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