Html Css Color HEX #DA0952 Razzmatazz

📋 copy color: '#DA0952'

red 218 ◦ green 9 ◦ blue 82

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

Shades of Razzmatazz #DA0952

Tints of Razzmatazz #DA0952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

 BLUE value IS 82 (32.42% from 255) = 26.54%

R = 70.55%
G = 2.91%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA0952 (or 0xDA0952) is known color: Razzmatazz. HEX triplet: DA, 09 and 52. RGB value is (218,9,82). Sum of RGB (Red+Green+Blue) = 218+9+82=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0952 is #25F6AD. Grayscale: #4F4F4F. Windows color (decimal): -2487982 or 5376474. OLE color: 5376474.

HSL color Cylindrical-coordinate representation of color #DA0952: hue angle of 339.04º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0952 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 82 -
CMYK 0 0.96 0.62 0.15
HSL 339.04º 0.92% 0.45% -
HSV(B) 339.04º 0.96% 0.85% -
XYZ 30.53 15.71 9.41 -
YUV 79.81 129.24 226.56 -
System Red Green Blue C M Y K H S L
Decimal 218 9 82 0 0.96 0.62 0.15 339.04 0.92 0.45
Hex DA 9 52 0 60 3E F 153 5C 2D
Octal 332 11 122 0 140 76 17 523 134 55
Binary 11011010 1001 1010010 0 1100000 111110 1111 101010011 1011100 101101

Color Harmonies of #DA0952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0952

Black with #DA0952

Text Example


Text Example

White with #DA0952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0952; }

 p { color: rgb(218,9,82); }

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

background-color css

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

 a { background-color: rgb(218,9,82); }

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

border-color css

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

 span { border-color: rgb(218,9,82); }

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