Html Css Color HEX #DC095A Razzmatazz

📋 copy color: '#DC095A'

red 220 ◦ green 9 ◦ blue 90

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

Shades of Razzmatazz #DC095A

Tints of Razzmatazz #DC095A

RGB

 RED value IS 220 (86.33% from 255) = 68.97%

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

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 68.97%
G = 2.82%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC095A (or 0xDC095A) is known color: Razzmatazz. HEX triplet: DC, 09 and 5A. RGB value is (220,9,90). Sum of RGB (Red+Green+Blue) = 220+9+90=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC095A is #23F6A5. Grayscale: #515151. Windows color (decimal): -2356902 or 5900764. OLE color: 5900764.

HSL color Cylindrical-coordinate representation of color #DC095A: hue angle of 336.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC095A is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 90 -
CMYK 0 0.96 0.59 0.14
HSL 336.97º 0.92% 0.45% -
HSV(B) 336.97º 0.96% 0.86% -
XYZ 31.46 16.15 11.13 -
YUV 81.32 132.9 226.91 -
System Red Green Blue C M Y K H S L
Decimal 220 9 90 0 0.96 0.59 0.14 336.97 0.92 0.45
Hex DC 9 5A 0 60 3B E 151 5C 2D
Octal 334 11 132 0 140 73 16 521 134 55
Binary 11011100 1001 1011010 0 1100000 111011 1110 101010001 1011100 101101

Color Harmonies of #DC095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC095A

Black with #DC095A

Text Example


Text Example

White with #DC095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC095A; }

 p { color: rgb(220,9,90); }

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

background-color css

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

 a { background-color: rgb(220,9,90); }

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

border-color css

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

 span { border-color: rgb(220,9,90); }

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