Html Css Color HEX #DA015E Razzmatazz

📋 copy color: '#DA015E'

red 218 ◦ green 1 ◦ blue 94

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

Shades of Razzmatazz #DA015E

Tints of Razzmatazz #DA015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 69.65%
G = 0.32%
B = 30.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA015E (or 0xDA015E) is known color: Razzmatazz. HEX triplet: DA, 01 and 5E. RGB value is (218,1,94). Sum of RGB (Red+Green+Blue) = 218+1+94=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA015E is #25FEA1. Grayscale: #4C4C4C. Windows color (decimal): -2490018 or 6160858. OLE color: 6160858.

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

Color convert

RGB 218 1 94 -
CMYK 0 1.00 0.57 0.15
HSL 334.29º 0.99% 0.43% -
HSV(B) 334.29º 1% 0.85% -
XYZ 30.94 15.74 12 -
YUV 76.49 137.89 228.94 -
System Red Green Blue C M Y K H S L
Decimal 218 1 94 0 1.00 0.57 0.15 334.29 0.99 0.43
Hex DA 1 5E 0 64 39 F 14E 63 2B
Octal 332 1 136 0 144 71 17 516 143 53
Binary 11011010 1 1011110 0 1100100 111001 1111 101001110 1100011 101011

Color Harmonies of #DA015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA015E

Black with #DA015E

Text Example


Text Example

White with #DA015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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