Html Css Color HEX #DC025F Razzmatazz

📋 copy color: '#DC025F'

red 220 ◦ green 2 ◦ blue 95

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

Shades of Razzmatazz #DC025F

Tints of Razzmatazz #DC025F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 69.4%
G = 0.63%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC025F (or 0xDC025F) is known color: Razzmatazz. HEX triplet: DC, 02 and 5F. RGB value is (220,2,95). Sum of RGB (Red+Green+Blue) = 220+2+95=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC025F is #23FDA0. Grayscale: #4D4D4D. Windows color (decimal): -2358689 or 6226652. OLE color: 6226652.

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

Color convert

RGB 220 2 95 -
CMYK 0 0.99 0.57 0.14
HSL 334.4º 0.98% 0.44% -
HSV(B) 334.4º 0.99% 0.86% -
XYZ 31.6 16.09 12.27 -
YUV 77.78 137.72 229.44 -
System Red Green Blue C M Y K H S L
Decimal 220 2 95 0 0.99 0.57 0.14 334.4 0.98 0.44
Hex DC 2 5F 0 63 39 E 14E 62 2C
Octal 334 2 137 0 143 71 16 516 142 54
Binary 11011100 10 1011111 0 1100011 111001 1110 101001110 1100010 101100

Color Harmonies of #DC025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC025F

Black with #DC025F

Text Example


Text Example

White with #DC025F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC025F; }

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

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

background-color css

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

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

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

border-color css

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

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

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