Html Css Color HEX #DA095C Razzmatazz

📋 copy color: '#DA095C'

red 218 ◦ green 9 ◦ blue 92

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

Shades of Razzmatazz #DA095C

Tints of Razzmatazz #DA095C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 68.34%
G = 2.82%
B = 28.84%

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

#DA095C (or 0xDA095C) is known color: Razzmatazz. HEX triplet: DA, 09 and 5C. RGB value is (218,9,92). Sum of RGB (Red+Green+Blue) = 218+9+92=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA095C is #25F6A3. Grayscale: #505050. Windows color (decimal): -2487972 or 6031834. OLE color: 6031834.

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

Color convert

RGB 218 9 92 -
CMYK 0 0.96 0.58 0.15
HSL 336.17º 0.92% 0.45% -
HSV(B) 336.17º 0.96% 0.85% -
XYZ 30.94 15.87 11.56 -
YUV 80.95 134.24 225.75 -
System Red Green Blue C M Y K H S L
Decimal 218 9 92 0 0.96 0.58 0.15 336.17 0.92 0.45
Hex DA 9 5C 0 60 3A F 150 5C 2D
Octal 332 11 134 0 140 72 17 520 134 55
Binary 11011010 1001 1011100 0 1100000 111010 1111 101010000 1011100 101101

Color Harmonies of #DA095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA095C

Black with #DA095C

Text Example


Text Example

White with #DA095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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