Html Css Color HEX #DC075A Razzmatazz

📋 copy color: '#DC075A'

red 220 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #DC075A

Tints of Razzmatazz #DC075A

RGB

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

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

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

R = 69.4%
G = 2.21%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC075A (or 0xDC075A) is known color: Razzmatazz. HEX triplet: DC, 07 and 5A. RGB value is (220,7,90). Sum of RGB (Red+Green+Blue) = 220+7+90=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC075A is #23F8A5. Grayscale: #505050. Windows color (decimal): -2357414 or 5900252. OLE color: 5900252.

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

Color convert

RGB 220 7 90 -
CMYK 0 0.97 0.59 0.14
HSL 336.62º 0.94% 0.45% -
HSV(B) 336.62º 0.97% 0.86% -
XYZ 31.44 16.11 11.12 -
YUV 80.15 133.57 227.75 -
System Red Green Blue C M Y K H S L
Decimal 220 7 90 0 0.97 0.59 0.14 336.62 0.94 0.45
Hex DC 7 5A 0 61 3B E 151 5E 2D
Octal 334 7 132 0 141 73 16 521 136 55
Binary 11011100 111 1011010 0 1100001 111011 1110 101010001 1011110 101101

Color Harmonies of #DC075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC075A

Black with #DC075A

Text Example


Text Example

White with #DC075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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