Html Css Color HEX #DC025D Razzmatazz

📋 copy color: '#DC025D'

red 220 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #DC025D

Tints of Razzmatazz #DC025D

RGB

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

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

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

R = 69.84%
G = 0.63%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC025D (or 0xDC025D) is known color: Razzmatazz. HEX triplet: DC, 02 and 5D. RGB value is (220,2,93). Sum of RGB (Red+Green+Blue) = 220+2+93=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC025D is #23FDA2. Grayscale: #4D4D4D. Windows color (decimal): -2358691 or 6095580. OLE color: 6095580.

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

Color convert

RGB 220 2 93 -
CMYK 0 0.99 0.58 0.14
HSL 334.95º 0.98% 0.44% -
HSV(B) 334.95º 0.99% 0.86% -
XYZ 31.51 16.05 11.79 -
YUV 77.56 136.72 229.6 -
System Red Green Blue C M Y K H S L
Decimal 220 2 93 0 0.99 0.58 0.14 334.95 0.98 0.44
Hex DC 2 5D 0 63 3A E 14F 62 2C
Octal 334 2 135 0 143 72 16 517 142 54
Binary 11011100 10 1011101 0 1100011 111010 1110 101001111 1100010 101100

Color Harmonies of #DC025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC025D

Black with #DC025D

Text Example


Text Example

White with #DC025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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