Html Css Color HEX #DA055B Razzmatazz

📋 copy color: '#DA055B'

red 218 ◦ green 5 ◦ blue 91

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

Shades of Razzmatazz #DA055B

Tints of Razzmatazz #DA055B

RGB

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

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

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

R = 69.43%
G = 1.59%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA055B (or 0xDA055B) is known color: Razzmatazz. HEX triplet: DA, 05 and 5B. RGB value is (218,5,91). Sum of RGB (Red+Green+Blue) = 218+5+91=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA055B is #25FAA4. Grayscale: #4E4E4E. Windows color (decimal): -2488997 or 5965274. OLE color: 5965274.

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

Color convert

RGB 218 5 91 -
CMYK 0 0.98 0.58 0.15
HSL 335.77º 0.96% 0.44% -
HSV(B) 335.77º 0.98% 0.85% -
XYZ 30.86 15.77 11.32 -
YUV 78.49 135.07 227.51 -
System Red Green Blue C M Y K H S L
Decimal 218 5 91 0 0.98 0.58 0.15 335.77 0.96 0.44
Hex DA 5 5B 0 62 3A F 150 60 2C
Octal 332 5 133 0 142 72 17 520 140 54
Binary 11011010 101 1011011 0 1100010 111010 1111 101010000 1100000 101100

Color Harmonies of #DA055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA055B

Black with #DA055B

Text Example


Text Example

White with #DA055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA055B; }

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

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

background-color css

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

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

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

border-color css

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

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

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