Html Css Color HEX #DA0248 Razzmatazz

📋 copy color: '#DA0248'

red 218 ◦ green 2 ◦ blue 72

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

Shades of Razzmatazz #DA0248

Tints of Razzmatazz #DA0248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 74.66%
G = 0.68%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA0248 (or 0xDA0248) is known color: Razzmatazz. HEX triplet: DA, 02 and 48. RGB value is (218,2,72). Sum of RGB (Red+Green+Blue) = 218+2+72=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0248 is #25FDB7. Grayscale: #4A4A4A. Windows color (decimal): -2489784 or 4719322. OLE color: 4719322.

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

Color convert

RGB 218 2 72 -
CMYK 0 0.99 0.67 0.15
HSL 340.56º 0.98% 0.43% -
HSV(B) 340.56º 0.99% 0.85% -
XYZ 30.1 15.42 7.52 -
YUV 74.56 126.56 230.31 -
System Red Green Blue C M Y K H S L
Decimal 218 2 72 0 0.99 0.67 0.15 340.56 0.98 0.43
Hex DA 2 48 0 63 43 F 155 62 2B
Octal 332 2 110 0 143 103 17 525 142 53
Binary 11011010 10 1001000 0 1100011 1000011 1111 101010101 1100010 101011

Color Harmonies of #DA0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0248

Black with #DA0248

Text Example


Text Example

White with #DA0248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0248; }

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

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

background-color css

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

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

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

border-color css

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

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

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