Html Css Color HEX #DC075E Razzmatazz

📋 copy color: '#DC075E'

red 220 ◦ green 7 ◦ blue 94

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

Shades of Razzmatazz #DC075E

Tints of Razzmatazz #DC075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.18%

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 68.54%
G = 2.18%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC075E (or 0xDC075E) is known color: Razzmatazz. HEX triplet: DC, 07 and 5E. RGB value is (220,7,94). Sum of RGB (Red+Green+Blue) = 220+7+94=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC075E is #23F8A1. Grayscale: #505050. Windows color (decimal): -2357410 or 6162396. OLE color: 6162396.

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

Color convert

RGB 220 7 94 -
CMYK 0 0.97 0.57 0.14
HSL 335.49º 0.94% 0.45% -
HSV(B) 335.49º 0.97% 0.86% -
XYZ 31.61 16.18 12.05 -
YUV 80.61 135.57 227.43 -
System Red Green Blue C M Y K H S L
Decimal 220 7 94 0 0.97 0.57 0.14 335.49 0.94 0.45
Hex DC 7 5E 0 61 39 E 14F 5E 2D
Octal 334 7 136 0 141 71 16 517 136 55
Binary 11011100 111 1011110 0 1100001 111001 1110 101001111 1011110 101101

Color Harmonies of #DC075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC075E

Black with #DC075E

Text Example


Text Example

White with #DC075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC075E; }

 p { color: rgb(220,7,94); }

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

background-color css

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

 a { background-color: rgb(220,7,94); }

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

border-color css

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

 span { border-color: rgb(220,7,94); }

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