Html Css Color HEX #DA0250 Razzmatazz

📋 copy color: '#DA0250'

red 218 ◦ green 2 ◦ blue 80

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

Shades of Razzmatazz #DA0250

Tints of Razzmatazz #DA0250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 80 (31.64% from 255) = 26.67%

R = 72.67%
G = 0.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA0250 (or 0xDA0250) is known color: Razzmatazz. HEX triplet: DA, 02 and 50. RGB value is (218,2,80). Sum of RGB (Red+Green+Blue) = 218+2+80=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0250 is #25FDAF. Grayscale: #4B4B4B. Windows color (decimal): -2489776 or 5243610. OLE color: 5243610.

HSL color Cylindrical-coordinate representation of color #DA0250: hue angle of 338.33º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0250 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 80 -
CMYK 0 0.99 0.63 0.15
HSL 338.33º 0.98% 0.43% -
HSV(B) 338.33º 0.99% 0.85% -
XYZ 30.38 15.53 8.99 -
YUV 75.48 130.56 229.66 -
System Red Green Blue C M Y K H S L
Decimal 218 2 80 0 0.99 0.63 0.15 338.33 0.98 0.43
Hex DA 2 50 0 63 3F F 152 62 2B
Octal 332 2 120 0 143 77 17 522 142 53
Binary 11011010 10 1010000 0 1100011 111111 1111 101010010 1100010 101011

Color Harmonies of #DA0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0250

Black with #DA0250

Text Example


Text Example

White with #DA0250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0250; }

 p { color: rgb(218,2,80); }

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

background-color css

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

 a { background-color: rgb(218,2,80); }

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

border-color css

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

 span { border-color: rgb(218,2,80); }

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