Html Css Color HEX #DA015B Razzmatazz

📋 copy color: '#DA015B'

red 218 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #DA015B

Tints of Razzmatazz #DA015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 70.32%
G = 0.32%
B = 29.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA015B (or 0xDA015B) is known color: Razzmatazz. HEX triplet: DA, 01 and 5B. RGB value is (218,1,91). Sum of RGB (Red+Green+Blue) = 218+1+91=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA015B is #25FEA4. Grayscale: #4C4C4C. Windows color (decimal): -2490021 or 5964250. OLE color: 5964250.

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

Color convert

RGB 218 1 91 -
CMYK 0 1.00 0.58 0.15
HSL 335.12º 0.99% 0.43% -
HSV(B) 335.12º 1% 0.85% -
XYZ 30.81 15.68 11.3 -
YUV 76.14 136.39 229.18 -
System Red Green Blue C M Y K H S L
Decimal 218 1 91 0 1.00 0.58 0.15 335.12 0.99 0.43
Hex DA 1 5B 0 64 3A F 14F 63 2B
Octal 332 1 133 0 144 72 17 517 143 53
Binary 11011010 1 1011011 0 1100100 111010 1111 101001111 1100011 101011

Color Harmonies of #DA015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA015B

Black with #DA015B

Text Example


Text Example

White with #DA015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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