Html Css Color HEX #DA095B Razzmatazz

📋 copy color: '#DA095B'

red 218 ◦ green 9 ◦ blue 91

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

Shades of Razzmatazz #DA095B

Tints of Razzmatazz #DA095B

RGB

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

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

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

R = 68.55%
G = 2.83%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA095B (or 0xDA095B) is known color: Razzmatazz. HEX triplet: DA, 09 and 5B. RGB value is (218,9,91). Sum of RGB (Red+Green+Blue) = 218+9+91=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA095B is #25F6A4. Grayscale: #505050. Windows color (decimal): -2487973 or 5966298. OLE color: 5966298.

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

Color convert

RGB 218 9 91 -
CMYK 0 0.96 0.58 0.15
HSL 336.46º 0.92% 0.45% -
HSV(B) 336.46º 0.96% 0.85% -
XYZ 30.9 15.86 11.33 -
YUV 80.84 133.74 225.83 -
System Red Green Blue C M Y K H S L
Decimal 218 9 91 0 0.96 0.58 0.15 336.46 0.92 0.45
Hex DA 9 5B 0 60 3A F 150 5C 2D
Octal 332 11 133 0 140 72 17 520 134 55
Binary 11011010 1001 1011011 0 1100000 111010 1111 101010000 1011100 101101

Color Harmonies of #DA095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA095B

Black with #DA095B

Text Example


Text Example

White with #DA095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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