Html Css Color HEX #DF095E Razzmatazz

📋 copy color: '#DF095E'

red 223 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #DF095E

Tints of Razzmatazz #DF095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.76%

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 68.4%
G = 2.76%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF095E (or 0xDF095E) is known color: Razzmatazz. HEX triplet: DF, 09 and 5E. RGB value is (223,9,94). Sum of RGB (Red+Green+Blue) = 223+9+94=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF095E is #20F6A1. Grayscale: #525252. Windows color (decimal): -2160290 or 6162911. OLE color: 6162911.

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

Color convert

RGB 223 9 94 -
CMYK 0 0.96 0.58 0.13
HSL 336.17º 0.92% 0.45% -
HSV(B) 336.17º 0.96% 0.87% -
XYZ 32.55 16.69 12.1 -
YUV 82.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 223 9 94 0 0.96 0.58 0.13 336.17 0.92 0.45
Hex DF 9 5E 0 60 3A D 150 5C 2D
Octal 337 11 136 0 140 72 15 520 134 55
Binary 11011111 1001 1011110 0 1100000 111010 1101 101010000 1011100 101101

Color Harmonies of #DF095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF095E

Black with #DF095E

Text Example


Text Example

White with #DF095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF095E; }

 p { color: rgb(223,9,94); }

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

background-color css

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

 a { background-color: rgb(223,9,94); }

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

border-color css

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

 span { border-color: rgb(223,9,94); }

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