Html Css Color HEX #DA015D Razzmatazz

📋 copy color: '#DA015D'

red 218 ◦ green 1 ◦ blue 93

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

Shades of Razzmatazz #DA015D

Tints of Razzmatazz #DA015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 69.87%
G = 0.32%
B = 29.81%

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

#DA015D (or 0xDA015D) is known color: Razzmatazz. HEX triplet: DA, 01 and 5D. RGB value is (218,1,93). Sum of RGB (Red+Green+Blue) = 218+1+93=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA015D is #25FEA2. Grayscale: #4C4C4C. Windows color (decimal): -2490019 or 6095322. OLE color: 6095322.

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

Color convert

RGB 218 1 93 -
CMYK 0 1.00 0.57 0.15
HSL 334.56º 0.99% 0.43% -
HSV(B) 334.56º 1% 0.85% -
XYZ 30.9 15.72 11.76 -
YUV 76.37 137.39 229.02 -
System Red Green Blue C M Y K H S L
Decimal 218 1 93 0 1.00 0.57 0.15 334.56 0.99 0.43
Hex DA 1 5D 0 64 39 F 14F 63 2B
Octal 332 1 135 0 144 71 17 517 143 53
Binary 11011010 1 1011101 0 1100100 111001 1111 101001111 1100011 101011

Color Harmonies of #DA015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA015D

Black with #DA015D

Text Example


Text Example

White with #DA015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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