Html Css Color HEX #DF005D Razzmatazz

📋 copy color: '#DF005D'

red 223 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #DF005D

Tints of Razzmatazz #DF005D

RGB

 RED value IS 223 (87.5% from 255) = 70.57%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.57%
G = 0%
B = 29.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF005D (or 0xDF005D) is known color: Razzmatazz. HEX triplet: DF, 00 and 5D. RGB value is (223,0,93). Sum of RGB (Red+Green+Blue) = 223+0+93=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF005D is #20FFA2. Grayscale: #4D4D4D. Windows color (decimal): -2162595 or 6095071. OLE color: 6095071.

HSL color Cylindrical-coordinate representation of color #DF005D: hue angle of 334.98º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF005D is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 93 -
CMYK 0 1 0.58 0.13
HSL 334.98º 1% 0.44% -
HSV(B) 334.98º 1% 0.87% -
XYZ 32.41 16.48 11.83 -
YUV 77.28 136.88 231.94 -
System Red Green Blue C M Y K H S L
Decimal 223 0 93 0 1 0.58 0.13 334.98 1 0.44
Hex DF 0 5D 0 64 3A D 14F 64 2C
Octal 337 0 135 0 144 72 15 517 144 54
Binary 11011111 0 1011101 0 1100100 111010 1101 101001111 1100100 101100

Color Harmonies of #DF005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF005D

Black with #DF005D

Text Example


Text Example

White with #DF005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF005D; }

 p { color: rgb(223,0,93); }

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

background-color css

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

 a { background-color: rgb(223,0,93); }

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

border-color css

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

 span { border-color: rgb(223,0,93); }

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