Html Css Color HEX #DC095D Razzmatazz

📋 copy color: '#DC095D'

red 220 ◦ green 9 ◦ blue 93

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

Shades of Razzmatazz #DC095D

Tints of Razzmatazz #DC095D

RGB

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

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

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

R = 68.32%
G = 2.8%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC095D (or 0xDC095D) is known color: Razzmatazz. HEX triplet: DC, 09 and 5D. RGB value is (220,9,93). Sum of RGB (Red+Green+Blue) = 220+9+93=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC095D is #23F6A2. Grayscale: #515151. Windows color (decimal): -2356899 or 6097372. OLE color: 6097372.

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

Color convert

RGB 220 9 93 -
CMYK 0 0.96 0.58 0.14
HSL 336.11º 0.92% 0.45% -
HSV(B) 336.11º 0.96% 0.86% -
XYZ 31.59 16.2 11.82 -
YUV 81.67 134.4 226.67 -
System Red Green Blue C M Y K H S L
Decimal 220 9 93 0 0.96 0.58 0.14 336.11 0.92 0.45
Hex DC 9 5D 0 60 3A E 150 5C 2D
Octal 334 11 135 0 140 72 16 520 134 55
Binary 11011100 1001 1011101 0 1100000 111010 1110 101010000 1011100 101101

Color Harmonies of #DC095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC095D

Black with #DC095D

Text Example


Text Example

White with #DC095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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