Html Css Color HEX #DF0F59 Razzmatazz

📋 copy color: '#DF0F59'

red 223 ◦ green 15 ◦ blue 89

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

Shades of Razzmatazz #DF0F59

Tints of Razzmatazz #DF0F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.59%

 BLUE value IS 89 (35.16% from 255) = 27.22%

R = 68.2%
G = 4.59%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF0F59 (or 0xDF0F59) is known color: Razzmatazz. HEX triplet: DF, 0F and 59. RGB value is (223,15,89). Sum of RGB (Red+Green+Blue) = 223+15+89=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F59 is #20F0A6. Grayscale: #555555. Windows color (decimal): -2158759 or 5836767. OLE color: 5836767.

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

Color convert

RGB 223 15 89 -
CMYK 0 0.93 0.60 0.13
HSL 338.65º 0.87% 0.47% -
HSV(B) 338.65º 0.93% 0.87% -
XYZ 32.41 16.75 10.98 -
YUV 85.63 129.91 225.98 -
System Red Green Blue C M Y K H S L
Decimal 223 15 89 0 0.93 0.60 0.13 338.65 0.87 0.47
Hex DF F 59 0 5D 3C D 153 57 2F
Octal 337 17 131 0 135 74 15 523 127 57
Binary 11011111 1111 1011001 0 1011101 111100 1101 101010011 1010111 101111

Color Harmonies of #DF0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F59

Black with #DF0F59

Text Example


Text Example

White with #DF0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F59; }

 p { color: rgb(223,15,89); }

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

background-color css

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

 a { background-color: rgb(223,15,89); }

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

border-color css

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

 span { border-color: rgb(223,15,89); }

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