Html Css Color HEX #DF015F Razzmatazz

📋 copy color: '#DF015F'

red 223 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #DF015F

Tints of Razzmatazz #DF015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 69.91%
G = 0.31%
B = 29.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF015F (or 0xDF015F) is known color: Razzmatazz. HEX triplet: DF, 01 and 5F. RGB value is (223,1,95). Sum of RGB (Red+Green+Blue) = 223+1+95=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF015F is #20FEA0. Grayscale: #4D4D4D. Windows color (decimal): -2162337 or 6226399. OLE color: 6226399.

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

Color convert

RGB 223 1 95 -
CMYK 0 1.00 0.57 0.13
HSL 334.59º 0.99% 0.44% -
HSV(B) 334.59º 1% 0.87% -
XYZ 32.51 16.54 12.3 -
YUV 78.09 137.55 231.36 -
System Red Green Blue C M Y K H S L
Decimal 223 1 95 0 1.00 0.57 0.13 334.59 0.99 0.44
Hex DF 1 5F 0 64 39 D 14F 63 2C
Octal 337 1 137 0 144 71 15 517 143 54
Binary 11011111 1 1011111 0 1100100 111001 1101 101001111 1100011 101100

Color Harmonies of #DF015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF015F

Black with #DF015F

Text Example


Text Example

White with #DF015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF015F; }

 p { color: rgb(223,1,95); }

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

background-color css

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

 a { background-color: rgb(223,1,95); }

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

border-color css

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

 span { border-color: rgb(223,1,95); }

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