Html Css Color HEX #DC095F Razzmatazz

📋 copy color: '#DC095F'

red 220 ◦ green 9 ◦ blue 95

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

Shades of Razzmatazz #DC095F

Tints of Razzmatazz #DC095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 67.9%
G = 2.78%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC095F (or 0xDC095F) is known color: Razzmatazz. HEX triplet: DC, 09 and 5F. RGB value is (220,9,95). Sum of RGB (Red+Green+Blue) = 220+9+95=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC095F is #23F6A0. Grayscale: #515151. Windows color (decimal): -2356897 or 6228444. OLE color: 6228444.

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

Color convert

RGB 220 9 95 -
CMYK 0 0.96 0.57 0.14
HSL 335.55º 0.92% 0.45% -
HSV(B) 335.55º 0.96% 0.86% -
XYZ 31.68 16.24 12.29 -
YUV 81.89 135.4 226.51 -
System Red Green Blue C M Y K H S L
Decimal 220 9 95 0 0.96 0.57 0.14 335.55 0.92 0.45
Hex DC 9 5F 0 60 39 E 150 5C 2D
Octal 334 11 137 0 140 71 16 520 134 55
Binary 11011100 1001 1011111 0 1100000 111001 1110 101010000 1011100 101101

Color Harmonies of #DC095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC095F

Black with #DC095F

Text Example


Text Example

White with #DC095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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