Html Css Color HEX #DA016B Razzmatazz

📋 copy color: '#DA016B'

red 218 ◦ green 1 ◦ blue 107

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

Shades of Razzmatazz #DA016B

Tints of Razzmatazz #DA016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 66.87%
G = 0.31%
B = 32.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA016B (or 0xDA016B) is known color: Razzmatazz. HEX triplet: DA, 01 and 6B. RGB value is (218,1,107). Sum of RGB (Red+Green+Blue) = 218+1+107=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA016B is #25FE94. Grayscale: #4D4D4D. Windows color (decimal): -2490005 or 7012826. OLE color: 7012826.

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

Color convert

RGB 218 1 107 -
CMYK 0 1.00 0.51 0.15
HSL 330.69º 0.99% 0.43% -
HSV(B) 330.69º 1% 0.85% -
XYZ 31.58 15.99 15.33 -
YUV 77.97 144.39 227.88 -
System Red Green Blue C M Y K H S L
Decimal 218 1 107 0 1.00 0.51 0.15 330.69 0.99 0.43
Hex DA 1 6B 0 64 33 F 14B 63 2B
Octal 332 1 153 0 144 63 17 513 143 53
Binary 11011010 1 1101011 0 1100100 110011 1111 101001011 1100011 101011

Color Harmonies of #DA016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA016B

Black with #DA016B

Text Example


Text Example

White with #DA016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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