Html Css Color HEX #DF065E Razzmatazz

📋 copy color: '#DF065E'

red 223 ◦ green 6 ◦ blue 94

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

Shades of Razzmatazz #DF065E

Tints of Razzmatazz #DF065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

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

R = 69.04%
G = 1.86%
B = 29.1%

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

#DF065E (or 0xDF065E) is known color: Razzmatazz. HEX triplet: DF, 06 and 5E. RGB value is (223,6,94). Sum of RGB (Red+Green+Blue) = 223+6+94=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF065E is #20F9A1. Grayscale: #505050. Windows color (decimal): -2161058 or 6162143. OLE color: 6162143.

HSL color Cylindrical-coordinate representation of color #DF065E: hue angle of 335.67º degrees, saturation: 0.95, 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 #DF065E is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 6 94 -
CMYK 0 0.97 0.58 0.13
HSL 335.67º 0.95% 0.45% -
HSV(B) 335.67º 0.97% 0.87% -
XYZ 32.52 16.63 12.09 -
YUV 80.92 135.39 229.34 -
System Red Green Blue C M Y K H S L
Decimal 223 6 94 0 0.97 0.58 0.13 335.67 0.95 0.45
Hex DF 6 5E 0 61 3A D 150 5F 2D
Octal 337 6 136 0 141 72 15 520 137 55
Binary 11011111 110 1011110 0 1100001 111010 1101 101010000 1011111 101101

Color Harmonies of #DF065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF065E

Black with #DF065E

Text Example


Text Example

White with #DF065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF065E; }

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

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

background-color css

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

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

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

border-color css

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

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

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