Html Css Color HEX #DF075D Razzmatazz

📋 copy color: '#DF075D'

red 223 ◦ green 7 ◦ blue 93

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

Shades of Razzmatazz #DF075D

Tints of Razzmatazz #DF075D

RGB

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

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

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

R = 69.04%
G = 2.17%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF075D (or 0xDF075D) is known color: Razzmatazz. HEX triplet: DF, 07 and 5D. RGB value is (223,7,93). Sum of RGB (Red+Green+Blue) = 223+7+93=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF075D is #20F8A2. Grayscale: #515151. Windows color (decimal): -2160803 or 6096863. OLE color: 6096863.

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

Color convert

RGB 223 7 93 -
CMYK 0 0.97 0.58 0.13
HSL 336.11º 0.94% 0.45% -
HSV(B) 336.11º 0.97% 0.87% -
XYZ 32.48 16.63 11.85 -
YUV 81.39 134.56 229.01 -
System Red Green Blue C M Y K H S L
Decimal 223 7 93 0 0.97 0.58 0.13 336.11 0.94 0.45
Hex DF 7 5D 0 61 3A D 150 5E 2D
Octal 337 7 135 0 141 72 15 520 136 55
Binary 11011111 111 1011101 0 1100001 111010 1101 101010000 1011110 101101

Color Harmonies of #DF075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF075D

Black with #DF075D

Text Example


Text Example

White with #DF075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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