Html Css Color HEX #DA0255 Razzmatazz

📋 copy color: '#DA0255'

red 218 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #DA0255

Tints of Razzmatazz #DA0255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 71.48%
G = 0.66%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA0255 (or 0xDA0255) is known color: Razzmatazz. HEX triplet: DA, 02 and 55. RGB value is (218,2,85). Sum of RGB (Red+Green+Blue) = 218+2+85=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0255 is #25FDAA. Grayscale: #4B4B4B. Windows color (decimal): -2489771 or 5571290. OLE color: 5571290.

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

Color convert

RGB 218 2 85 -
CMYK 0 0.99 0.61 0.15
HSL 336.94º 0.98% 0.43% -
HSV(B) 336.94º 0.99% 0.85% -
XYZ 30.57 15.6 9.99 -
YUV 76.05 133.06 229.25 -
System Red Green Blue C M Y K H S L
Decimal 218 2 85 0 0.99 0.61 0.15 336.94 0.98 0.43
Hex DA 2 55 0 63 3D F 151 62 2B
Octal 332 2 125 0 143 75 17 521 142 53
Binary 11011010 10 1010101 0 1100011 111101 1111 101010001 1100010 101011

Color Harmonies of #DA0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0255

Black with #DA0255

Text Example


Text Example

White with #DA0255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0255; }

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

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

background-color css

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

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

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

border-color css

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

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

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