Html Css Color HEX #DA0552 Razzmatazz

📋 copy color: '#DA0552'

red 218 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #DA0552

Tints of Razzmatazz #DA0552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 71.48%
G = 1.64%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA0552 (or 0xDA0552) is known color: Razzmatazz. HEX triplet: DA, 05 and 52. RGB value is (218,5,82). Sum of RGB (Red+Green+Blue) = 218+5+82=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0552 is #25FAAD. Grayscale: #4D4D4D. Windows color (decimal): -2489006 or 5375450. OLE color: 5375450.

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

Color convert

RGB 218 5 82 -
CMYK 0 0.98 0.62 0.15
HSL 338.31º 0.96% 0.44% -
HSV(B) 338.31º 0.98% 0.85% -
XYZ 30.49 15.62 9.39 -
YUV 77.47 130.57 228.24 -
System Red Green Blue C M Y K H S L
Decimal 218 5 82 0 0.98 0.62 0.15 338.31 0.96 0.44
Hex DA 5 52 0 62 3E F 152 60 2C
Octal 332 5 122 0 142 76 17 522 140 54
Binary 11011010 101 1010010 0 1100010 111110 1111 101010010 1100000 101100

Color Harmonies of #DA0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0552

Black with #DA0552

Text Example


Text Example

White with #DA0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0552; }

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

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

background-color css

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

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

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

border-color css

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

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

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