Html Css Color HEX #DA055D Razzmatazz

📋 copy color: '#DA055D'

red 218 ◦ green 5 ◦ blue 93

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

Shades of Razzmatazz #DA055D

Tints of Razzmatazz #DA055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 68.99%
G = 1.58%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA055D (or 0xDA055D) is known color: Razzmatazz. HEX triplet: DA, 05 and 5D. RGB value is (218,5,93). Sum of RGB (Red+Green+Blue) = 218+5+93=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA055D is #25FAA2. Grayscale: #4E4E4E. Windows color (decimal): -2488995 or 6096346. OLE color: 6096346.

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

Color convert

RGB 218 5 93 -
CMYK 0 0.98 0.57 0.15
HSL 335.21º 0.96% 0.44% -
HSV(B) 335.21º 0.98% 0.85% -
XYZ 30.94 15.8 11.78 -
YUV 78.72 136.07 227.34 -
System Red Green Blue C M Y K H S L
Decimal 218 5 93 0 0.98 0.57 0.15 335.21 0.96 0.44
Hex DA 5 5D 0 62 39 F 14F 60 2C
Octal 332 5 135 0 142 71 17 517 140 54
Binary 11011010 101 1011101 0 1100010 111001 1111 101001111 1100000 101100

Color Harmonies of #DA055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA055D

Black with #DA055D

Text Example


Text Example

White with #DA055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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