Html Css Color HEX #DC055F Razzmatazz

📋 copy color: '#DC055F'

red 220 ◦ green 5 ◦ blue 95

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

Shades of Razzmatazz #DC055F

Tints of Razzmatazz #DC055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 68.75%
G = 1.56%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC055F (or 0xDC055F) is known color: Razzmatazz. HEX triplet: DC, 05 and 5F. RGB value is (220,5,95). Sum of RGB (Red+Green+Blue) = 220+5+95=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC055F is #23FAA0. Grayscale: #4F4F4F. Windows color (decimal): -2357921 or 6227420. OLE color: 6227420.

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

Color convert

RGB 220 5 95 -
CMYK 0 0.98 0.57 0.14
HSL 334.88º 0.96% 0.44% -
HSV(B) 334.88º 0.98% 0.86% -
XYZ 31.64 16.15 12.28 -
YUV 79.55 136.73 228.18 -
System Red Green Blue C M Y K H S L
Decimal 220 5 95 0 0.98 0.57 0.14 334.88 0.96 0.44
Hex DC 5 5F 0 62 39 E 14F 60 2C
Octal 334 5 137 0 142 71 16 517 140 54
Binary 11011100 101 1011111 0 1100010 111001 1110 101001111 1100000 101100

Color Harmonies of #DC055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC055F

Black with #DC055F

Text Example


Text Example

White with #DC055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC055F; }

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

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

background-color css

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

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

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

border-color css

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

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

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